search for: icmpv6_code

Displaying 2 results from an estimated 2 matches for "icmpv6_code".

2018 Sep 04
4
[Bug 1276] New: "icmpv6 code" test returns wrong data type.
https://bugzilla.netfilter.org/show_bug.cgi?id=1276 Bug ID: 1276 Summary: "icmpv6 code" test returns wrong data type. Product: nftables Version: unspecified Hardware: x86_64 OS: Gentoo Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at
2019 Apr 07
1
[Bug 1333] New: 1.8.2: build fails with gcc 9
...t_icmp6.c:233:3: error: format not a string literal and no format arguments [-Werror=format-security] 233 | xt_xlate_add(xl, type_name); | ^~~~~~~~~~~~ libip6t_icmp6.c:242:4: error: format not a string literal and no format arguments [-Werror=format-security] 242 | xt_xlate_add(xl, icmpv6_codes[i].name); | ^~~~~~~~~~~~ cc1: some warnings being treated as errors make[2]: *** [GNUmakefile:107: libip6t_icmp6.oo] Error 1 make[2]: Target 'all' not remade because of errors. make[2]: Leaving directory '/home/tkloczko/rpmbuild/BUILD/iptables-1.8.2/extensions' Making all...