libvirt/src/nwfilter
Erik Skultety 152e315433 nwfilter: Fix sscanf off-by-one error in virNWFilterSnoopLeaseFileLoad
We allocate 16 bytes for IPv4 address and 55 bytes for interface
key, therefore we should read up to 15/54 bytes and let the last byte
reserved for terminating null byte in sscanf.

https://bugzilla.redhat.com/show_bug.cgi?id=1226400
2015-06-02 10:16:29 +02:00
..
nwfilter_dhcpsnoop.c nwfilter: Fix sscanf off-by-one error in virNWFilterSnoopLeaseFileLoad 2015-06-02 10:16:29 +02:00
nwfilter_dhcpsnoop.h
nwfilter_driver.c nwfilter: Partly initialize driver even for non-privileged users 2015-04-17 10:04:05 +02:00
nwfilter_driver.h
nwfilter_ebiptables_driver.c nwfilter: Add support for icmpv6 filtering 2015-01-07 11:41:49 -05:00
nwfilter_ebiptables_driver.h
nwfilter_gentech_driver.c
nwfilter_gentech_driver.h
nwfilter_learnipaddr.c Force usage of virThreadCreate 2015-03-25 10:00:53 +01:00
nwfilter_learnipaddr.h Force usage of virThreadCreate 2015-03-25 10:00:53 +01:00
nwfilter_tech_driver.h