libnl/lib/route
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
..
act act: fix policy range check 2014-04-07 15:23:26 +02:00
cls cls: check data before memcpy() it 2014-08-27 13:22:22 +02:00
link link/inet6: add link IPv6 address generation mode support 2014-07-30 18:45:51 +02:00
qdisc qdisc: add hfsc qdisc support 2014-07-30 19:03:56 +02:00
.gitignore Let git ignore generated pktloc source files 2010-07-03 15:56:07 +02:00
act.c act: Include <netlink/route/action.h> 2014-07-27 11:04:07 +02:00
addr.c style: require comma after __ADD() macro 2014-07-27 10:57:31 +02:00
class.c tc: add co_groups for tc qdisc and filter 2014-07-16 10:59:25 +02:00
classid.c Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
cls.c tc: add co_groups for tc qdisc and filter 2014-07-16 10:59:25 +02:00
link.c style: require comma after __ADD() macro 2014-07-27 10:57:31 +02:00
neigh.c style: require comma after __ADD() macro 2014-07-27 10:57:31 +02:00
neightbl.c Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
nexthop.c style: require comma after __ADD() macro 2014-07-27 10:57:31 +02:00
pktloc.c route/pktloc: read_pktlocs() always returned success status 2014-06-10 21:45:52 +02:00
pktloc_grammar.l Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
pktloc_syntax.y Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
qdisc.c tc: add co_groups for tc qdisc and filter 2014-07-16 10:59:25 +02:00
route.c Move private header files to <netlink-private/*> 2013-01-24 13:51:24 +01:00
route_obj.c style: require comma after __ADD() macro 2014-07-27 10:57:31 +02:00
route_utils.c style: require comma after __ADD() macro 2014-07-27 10:57:31 +02:00
rtnl.c style: require comma after __ADD() macro 2014-07-27 10:57:31 +02:00
rule.c style: require comma after __ADD() macro 2014-07-27 10:57:31 +02:00
tc.c Remove pointless N < 0 checks 2014-08-26 14:12:52 +02:00