Bug#524488: libpcap0.8-dev: pcap_setfilter gives valgrind error on 32bit systems

2012-05-28 Thread Guy Harris
Somebody needs to teach valgrind that, when a pointer to a structure of the form struct sock_fprog { /* Required for SO_ATTACH_FILTER. */ unsigned short len;/* Number of filter blocks */ struct sock_filter __user *filter; }; is

Bug#524488: libpcap0.8-dev: pcap_setfilter gives valgrind error on 32bit systems

2009-04-17 Thread Nigel Horne
Package: libpcap0.8-dev Version: 0.9.8-5 Severity: normal When using pcap_setfilter on the program below I get a valgrind error. I do not get the error on my 64 bit system, only on my 32 bit system. ==1289== Syscall param socketcall.setsockopt(optval) points to uninitialised byte(s) ==1289==