diff options
author | 2021-04-06 19:09:12 -0500 | |
---|---|---|
committer | 2021-04-07 14:01:24 -0700 | |
commit | 0c85a7e87465f2d4cbc768e245f4f45b2f299b05 (patch) | |
tree | f653dfb46e6bd1f35733c346052343ee5be02643 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | docs: ethtool: fix some copy-paste errors (diff) | |
download | wireguard-linux-0c85a7e87465f2d4cbc768e245f4f45b2f299b05.tar.xz wireguard-linux-0c85a7e87465f2d4cbc768e245f4f45b2f299b05.zip |
net/rds: Avoid potential use after free in rds_send_remove_from_sock
In case of rs failure in rds_send_remove_from_sock(), the 'rm' resource
is freed and later under spinlock, causing potential use-after-free.
Set the free pointer to NULL to avoid undefined behavior.
Signed-off-by: Aditya Pakki <pakki001@umn.edu>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions