summaryrefslogtreecommitdiffstats
path: root/tc/m_ematch.c
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2018-04-02 10:47:34 -0700
committerDavid Ahern <dsahern@gmail.com>2018-04-02 10:47:34 -0700
commit2c62a64d60959e96f364a289df61308655abc99f (patch)
tree81b9deb2d879004efb03be4212df89788512da32 /tc/m_ematch.c
parent43eb8728b3915c797311fd03688aa1498e3195ef (diff)
parent4b6c4177ee66421770f0bbcc765c29135e44d921 (diff)
Merge branch 'iproute2-master' into iproute2-next
Conflicts: bridge/mdb.c misc/ss.c tc/tc.c Signed-off-by: David Ahern <dsahern@gmail.com>
Diffstat (limited to 'tc/m_ematch.c')
-rw-r--r--tc/m_ematch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tc/m_ematch.c b/tc/m_ematch.c
index 61f8fb3f..ace4b3dd 100644
--- a/tc/m_ematch.c
+++ b/tc/m_ematch.c
@@ -161,7 +161,7 @@ static struct ematch_util *get_ematch_kind(char *kind)
static struct ematch_util *get_ematch_kind_num(__u16 kind)
{
- char name[32];
+ char name[513];
if (lookup_map(kind, name, sizeof(name), EMATCH_MAP) < 0)
return NULL;