diff options
author | Cong Wang <[email protected]> | 2018-12-30 12:43:42 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2019-01-01 11:58:33 -0800 |
commit | aff6db454599d62191aabc208930e891748e4322 (patch) | |
tree | 1c26fd35a8fc7540bb81ca60fe96251c74e71b36 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 4087d2bc0d9469835f8d19d63a4a56739e5b8c5b (diff) |
ptr_ring: wrap back ->producer in __ptr_ring_swap_queue()
__ptr_ring_swap_queue() tries to move pointers from the old
ring to the new one, but it forgets to check if ->producer
is beyond the new size at the end of the operation. This leads
to an out-of-bound access in __ptr_ring_produce() as reported
by syzbot.
Reported-by: [email protected]
Fixes: 5d49de532002 ("ptr_ring: resize support")
Cc: "Michael S. Tsirkin" <[email protected]>
Cc: John Fastabend <[email protected]>
Cc: Jason Wang <[email protected]>
Signed-off-by: Cong Wang <[email protected]>
Acked-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions