diff options
author | Florian Westphal <fw@strlen.de> | 2018-03-30 22:11:58 +0200 |
---|---|---|
committer | Florian Westphal <fw@strlen.de> | 2018-04-10 09:33:39 +0200 |
commit | 24110b5b8573c141e7fa409ecff9307ee6171a33 (patch) | |
tree | 5acd9377348d635c718fc6320b51932bf99c138f /extensions/libipt_ttl.t | |
parent | 98fc8ce672049f4407b5abe7c87745494443c831 (diff) |
libxt_comment: silence truncation warning
gcc warned here:
libxt_comment.c:62 output may be truncated before the last format character [-Wformat-truncation=]
snprintf(comment, XT_MAX_COMMENT_LEN, "\"%s\"" ...
It tells us that the '"' might not fit anymore, so increase output
buffer size to make room for "" escapes too.
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'extensions/libipt_ttl.t')
0 files changed, 0 insertions, 0 deletions