From 80aae9b3b784ffdea3624117c548d500c56f24d9 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 19 Sep 2018 15:17:00 +0200 Subject: iptables: Use print_ifaces() from xtables Move the function to xshared.c for common use between legacy and xtables sources. While being at it, silence a covscan warning triggered by that function as it couldn't verify input buffers won't exceed IFNAMSIZ. Therefore use snprintf() when writing to the local buffer. Signed-off-by: Phil Sutter Signed-off-by: Florian Westphal --- iptables/nft-shared.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'iptables/nft-shared.h') diff --git a/iptables/nft-shared.h b/iptables/nft-shared.h index 59e1062a..1281f080 100644 --- a/iptables/nft-shared.h +++ b/iptables/nft-shared.h @@ -155,8 +155,6 @@ void print_rule_details(const struct iptables_command_state *cs, const char *targname, uint8_t flags, uint8_t invflags, uint8_t proto, unsigned int num, unsigned int format); -void print_ifaces(const char *iniface, const char *outiface, uint8_t invflags, - unsigned int format); void print_matches_and_target(struct iptables_command_state *cs, unsigned int format); void save_rule_details(const struct iptables_command_state *cs, -- cgit v1.2.3