Displaying 3 results from an estimated 3 matches for "expr_ops".
2024 Jul 15
0
[ANNOUNCE] libnftnl 1.2.7 release
...out array boundaries
expr: immediate: check for chain attribute to release chain name
udata: incorrect userdata buffer size validation
utils: remove unused code
Phil Sutter (24):
set: Do not leave free'd expr_list elements in place
tests: Fix objref test case
expr: Repurpose struct expr_ops::max_attr field
expr: Call expr_ops::set with legal types only
include: Sync nf_log.h with kernel headers
expr: Introduce struct expr_ops::attr_policy
expr: Enforce attr_policy compliance in nftnl_expr_set()
chain: Validate NFTNL_CHAIN_USE, too
table: Validate NFTNL_TABLE_USE, too
flo...
2020 Jul 19
3
[Bug 1444] New: nftables-0.9.6 crashes on some set notations:
...mbols from
/tmp/portage/net-firewall/nftables-0.9.6/work/nftables-0.9.6/src/.libs/nft...
[New LWP 80359]
Core was generated by
`/tmp/portage/net-firewall/nftables-0.9.6/work/nftables-0.9.6/src/.libs/nft -c
-'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00007f30cec3bfe2 in expr_ops (e=0x0) at expression.c:1366
1366 return __expr_ops_by_type(e->etype);
(gdb) bt
#0 0x00007f30cec3bfe2 in expr_ops (e=0x0) at expression.c:1366
#1 0x00007f30cec393a8 in expr_print (expr=0x0, octx=0x55637f6e52c0) at
expression.c:101
#2 0x00007f30cec3b84f in set_ref_expr_print (expr=0...
2020 Apr 01
0
[ANNOUNCE] nftables 0.9.4 release
...big-endian
src: maps: update data expression dtype based on set
evaluate: print correct statement name on family mismatch
tests: 0034get_element_0: do not discard stderr
tests: shell: avoid spurious failure when running in host namespace
expression: use common code for expr_ops/expr_ops_by_type
tests: add initial nat map test
evaluate: process concat expressions when used as mapped-to expr
netlink: handle concatenations on set elements mappings
evaluate: add two new helpers
src: allow nat maps containing both ip(6) address and port
test...