aboutsummaryrefslogtreecommitdiff
path: root/helper/lineartable.c
diff options
context:
space:
mode:
Diffstat (limited to 'helper/lineartable.c')
-rw-r--r--helper/lineartable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/lineartable.c b/helper/lineartable.c
index b0759f9b..68d93500 100644
--- a/helper/lineartable.c
+++ b/helper/lineartable.c
@@ -73,7 +73,7 @@ odph_table_t odph_linear_table_create(const char *name, uint32_t capacity,
tbl->init_cap = capacity < 20;
- strncpy(tbl->name, name, ODPH_TABLE_NAME_LEN);
+ strncpy(tbl->name, name, ODPH_TABLE_NAME_LEN - 1);
/* for linear table, the key is just the index, without confict
* so we just need to record the value content