diff options
author | Xin Long <[email protected]> | 2018-10-29 23:10:29 +0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2018-10-29 20:49:44 -0700 |
commit | df132eff463873e14e019a07f387b4d577d6d1f9 (patch) | |
tree | b0ee8254325b183c0e079cb4931aa9abe09715f6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 2b0ab72799c29ac63f889f3ccb14d6e22a8ac6bb (diff) |
sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peer
If a transport is removed by asconf but there still are some chunks with
this transport queuing on out_chunk_list, later an use-after-free issue
will be caused when accessing this transport from these chunks in
sctp_outq_flush().
This is an old bug, we fix it by clearing the transport of these chunks
in out_chunk_list when removing a transport in sctp_assoc_rm_peer().
Reported-by: [email protected]
Signed-off-by: Xin Long <[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