Package: libnftnl4
Version: 1.0.7-1
File: libnftnl
Tags: patch
Severity: important
-- System Information:
Debian Release: 9.5
APT prefers oldstable-updates
APT policy: (500, 'oldstable-updates'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Versions of packages libnftnl4:amd64 depends on:
ii libc6 2.24-11+deb9u3
ii libjansson4 2.9-1
ii libmnl0 1.0.4-2
libnftnl4:amd64 recommends no packages.
libnftnl4:amd64 suggests no packages.
-- no debconf information
Reproduction:
# ip netns add ivan
# ip netns exec ivan nft add table ip t1
# ip netns exec ivan nft flush table ip t1
# ip netns exec ivan nft add chain -- ip t1 c2 { type filter hook
output priority "-300" \; }
# ip netns exec ivan nft add rule t1 c2 icmp type echo-request counter
notrack accept
# ip netns exec ivan nft export json
Segmentation fault
The bug is fixed in never versions of libntfl, but for older versions
I have a patch:
* https://www.mail-archive.com/[email protected]/msg19924.html
Please consider applying it.
Thanks!