]> git.ipfire.org Git - thirdparty/iptables.git/commit
xtables-compat: ebtables: prefer snprintf to strncpy
authorFlorian Westphal <fw@strlen.de>
Sun, 20 May 2018 21:56:32 +0000 (23:56 +0200)
committerFlorian Westphal <fw@strlen.de>
Sun, 20 May 2018 21:56:32 +0000 (23:56 +0200)
commit14ec9984811a1c5d39010ebbd3ff171fd8f51652
tree28d6bbb4cecfc43388aaf2ae25323da613902b65
parent5e2b473a64bc772a5fb08d121fbfd969ca652bec
xtables-compat: ebtables: prefer snprintf to strncpy

gcc emits these warnings:
xtables-eb-translate.c:185:2: warning: ‘strncpy’ specified bound 29 equals destination size [-Wstringop-truncation]
  strncpy(target->t->u.user.name, jumpto, sizeof(target->t->u.user.name));
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Florian Westphal <fw@strlen.de>
iptables/xtables-eb-translate.c
iptables/xtables-eb.c