search for: testsegfault

Displaying 1 result from an estimated 1 matches for "testsegfault".

2024 Aug 02
4
[Bug 1763] New: Segfault when resetting rules with meta l4proto { tcp, udp }
...er.org Reporter: sly at covertlabs.org Running into a segfault on version 1.0.9 when rules are listed after `nft reset rules` with a `meta l4proto { tcp, udp } ...` rule added but listing the same rule works fine. It seems to have problems with the `{ tcp, udp }` set. # nft create table testsegfault # nft add chain testsegfault dns-nat-pre "{ type nat hook prerouting priority 0; }" # nft add rule testsegfault dns-nat-pre meta l4proto { tcp, udp } th dport 53 ip saddr 10.24.0.0/24 ip daddr != 10.25.0.1 counter dnat to 10.25.0.1 # nft list ruleset table ip testsegfault { chain...