Displaying 2 results from an estimated 2 matches for "symbol_bind".
2013 Nov 29
1
[Bug 878] New: segfault running example/sets_and_maps
...it of libmnl/libnftables/nftables and 3.13-rc1
valgrind output:
Memcheck, a memory error detector
Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
Command: ./sets_and_maps
Invalid write of size 8
at 0x4062B1: symbol_bind (list.h:49)
by 0x418B62: nft_parse (parser.y:489)
by 0x4054DD: nft_run (main.c:205)
by 0x405189: main (main.c:321)
Address 0x0 is not stack'd, malloc'd or (recently) free'd
Process terminating with default action of signal 11 (SIGSEGV)
Access not within mapped region at add...
2013 Nov 28
3
[Bug 877] New: nftables - Set - define core dumps
...edBy: anandrm at gmail.com
Estimated Hours: 0.0
I m trying to define a set in file
define ip_set = {192.168.1.2, 192.168.2.3}
add rule filter output ip daddr $ip_set counter
nft -f files/set_anand
Segmentation fault (core dumped)
On looking into the core file , it appears to be a issue with symbol_bind()
where both &sym->list, &scope->symbols to list_add_tail seem to point
the same ..
Core was generated by `nft -f files/set_anand'.
Program terminated with signal 11, Segmentation fault.
#0 __list_add (next=0x7ffff97efda0, prev=0xfbc440, new=0xfbc440) at
include/list.h:49
49 pr...