diff options
author | 2018-12-29 13:56:36 -0800 | |
---|---|---|
committer | 2018-12-30 14:07:54 -0800 | |
commit | c433570458e49bccea5c551df628d058b3526289 (patch) | |
tree | 05427f71af7a74fb15b0eb08f138cc6004a225c1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ipv6: fix typo in net/ipv6/reassembly.c (diff) | |
download | wireguard-linux-c433570458e49bccea5c551df628d058b3526289.tar.xz wireguard-linux-c433570458e49bccea5c551df628d058b3526289.zip |
ax25: fix a use-after-free in ax25_fillin_cb()
There are multiple issues here:
1. After freeing dev->ax25_ptr, we need to set it to NULL otherwise
we may use a dangling pointer.
2. There is a race between ax25_setsockopt() and device notifier as
reported by syzbot. Close it by holding RTNL lock.
3. We need to test if dev->ax25_ptr is NULL before using it.
Reported-and-tested-by: syzbot+ae6bb869cbed29b29040@syzkaller.appspotmail.com
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions