https://github.com/torvalds/linux
Revision e1615903eb6b5e599396d4b3d8e3e96f6d432a6e authored by Yuval Mintz on 10 August 2015, 09:49:35 UTC, committed by David S. Miller on 10 August 2015, 21:31:58 UTC
On error flows its possible to free an SKB even if it was not allocated.

Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: Ariel Elior <Ariel.Elior@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 21a4476
Raw File
Tip revision: e1615903eb6b5e599396d4b3d8e3e96f6d432a6e authored by Yuval Mintz on 10 August 2015, 09:49:35 UTC
bnx2x: Prevent null pointer dereference on SKB release
Tip revision: e161590
cmdline.h

int cmdline_partition(struct parsed_partitions *state);
back to top