search for: expr_valu

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

Did you mean: expr_value
2017 Sep 11
1
[Bug 1181] New: incorrect sort function at segtree.c
...: minor Priority: P5 Component: iptables over nftable Assignee: pablo at netfilter.org Reporter: cidjey1991 at mail.ru Created attachment 506 --> https://bugzilla.netfilter.org/attachment.cgi?id=506&action=edit Suggested solution Function static int expr_value_cmp(const void *p1, const void *p2) at segtree.c in nftables sources is incorrect. static int expr_value_cmp(const void *p1, const void *p2) { struct expr *e1 = *(void * const *)p1; struct expr *e2 = *(void * const *)p2; int ret; ret = mpz_cmp(expr_value(e1)->value, expr_value...
2016 Jun 02
0
[ANNOUNCE] nftables 0.6 release
..._bison: simplify hook_spec rule parser_bison: duplicate string returned by chain_type_name_lookup() parser_bison: release parsed type and hook name strings src: store parser location for handle and position specifiers segtree: perform stricter expression type validation from expr_value() segtree: clone full expression from interval_map_decompose() segtree: handle adjacent interval nodes from expr_value_cmp() segtree: explicit initialization via set_to_intervals() rule: support for incremental set interval element updates segtree: special handling fo...