summaryrefslogtreecommitdiff
path: root/keypair.h
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-04-21 18:12:58 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-04-21 18:12:58 +0200
commitfa6e21e9393f814f9656460aeaa288dc543d6cec (patch)
tree53544d9b25c91e9a1ea417f966933180fe4efa01 /keypair.h
parent679e6211238039322272e0d3d085fab0d7c5c91d (diff)
dissectors: 80211_mac_hdr: Check return value of pkt_pull
Prevent a NULL pointer dereference if (for whatever reason) pkt_pull returns NULL. This issue was discovered using the Coverity scanner. Fixes: 9278bb65 ("netsniff-ng: Dump basic radiotap header info") Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'keypair.h')
0 files changed, 0 insertions, 0 deletions
25410e774f34'>diff)
IB/core: Fix oops in ib_cache_gid_set_default_gid
When we fail to find the default gid index, we can't continue processing in this routine or else we will pass a negative index to later routines resulting in invalid memory access attempts and a kernel oops. Fixes: 03db3a2d81e6 (IB/core: Add RoCE GID table management) Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'Documentation/IRQ-affinity.txt')