[Bug 1731] New: Set containing invalid type incurs reproducible segfault
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Mon Jan 8 21:04:27 CET 2024
https://bugzilla.netfilter.org/show_bug.cgi?id=1731
Bug ID: 1731
Summary: Set containing invalid type incurs reproducible
segfault
Product: nftables
Version: 1.0.x
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: kfm at plushkava.net
Here, the input contains an invalid datatype; it should be "ifname" instead.
However, rather than identify the error in syntax, nft incurs a segmentation
fault.
# nft -V | head -n1
nftables v1.0.9 (Old Doc Yak #3)
# nft 'table inet t { set s { type iface; elements = { "enp2s0" }; }; };'
Segmentation fault (core dumped)
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20240108/c83fc55f/attachment.html>
More information about the netfilter-buglog
mailing list