libnl/lib/route/cls/ematch
Nicolas PLANEL 592d665fbc cls: check data before memcpy() it
[thaller@redhat.com: I modified the condition "if (data && len)"
 in the original patch to just check "len > 0".
 Note that all call sites of meta_alloc() make sure to pass a
 valid data pointer with a non-zero length (anything else would
 be a bug). But indeed, calling memcpy with invalid src pointer
 is undefined behavior, even if len is zero.]

Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-08-27 13:22:22 +02:00
..
cmp.c ematch/cmp: Include <netlink/route/cls/ematch/cmp.h> 2014-07-27 11:04:07 +02:00
container.c Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
meta.c cls: check data before memcpy() it 2014-08-27 13:22:22 +02:00
nbyte.c Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
text.c Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00