summaryrefslogtreecommitdiff
path: root/netsniff-ng/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-05-12 12:33:53 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-05-12 12:33:53 +0200
commit10a80a61d67516c0ba4c13a7c07e9ebfa6fab9c5 (patch)
treef69e0c17e7170477a01e2f73c3d90483f4e4d46a /netsniff-ng/Makefile
parent21adfd2ba4324bb8575b17ecd76c0f3b3988246e (diff)
dissector: lldp: NULL check before dereference
Check return value of pkt_pull before dereferencing it (even though we check the packet length before and pkt_pull _should_ never return NULL). This was discovered by the coverity scanner. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'netsniff-ng/Makefile')
0 files changed, 0 insertions, 0 deletions
ample usage: tc qdisc add dev eth0 ingress tc filter add dev eth0 protocol ipv6 parent ffff: flower \ indev eth0 ip_proto icmpv6 type 128 code 0 action drop Without this change the code parameter above is effectively ignored. Fixes: 7b684884fbfa ("net/sched: cls_flower: Support matching on ICMP type and code") Signed-off-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/xen/privcmd.h')