aboutsummaryrefslogtreecommitdiff
path: root/include/linux/skb_array.h
diff options
context:
space:
mode:
authorMichael S. Tsirkin <[email protected]>2018-01-26 01:36:35 +0200
committerDavid S. Miller <[email protected]>2018-01-29 12:02:54 -0500
commit9fb582b67072bea6cbfe1aefc2be13c62c7681bf (patch)
treec2be3e6f9bc8cde4512dbb7871fcc5801c9f45c2 /include/linux/skb_array.h
parent84328342a70a44379dd73011a44c5f5e00481a42 (diff)
Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"
This reverts commit bcecb4bbf88aa03171c30652bca761cf27755a6b. If we try to allocate an extra entry as the above commit did, and when the requested size is UINT_MAX, addition overflows causing zero size to be passed to kmalloc(). kmalloc then returns ZERO_SIZE_PTR with a subsequent crash. Reported-by: [email protected] Cc: John Fastabend <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]> Acked-by: John Fastabend <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux/skb_array.h')
0 files changed, 0 insertions, 0 deletions