aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorTaehee Yoo <[email protected]>2022-06-02 14:01:07 +0000
committerJakub Kicinski <[email protected]>2022-06-06 14:27:35 -0700
commitd16207f92a4a823c48b4ea953ad51f4483456768 (patch)
tree79489aee3ab060da1dd38cc81c92f51c53504336 /scripts/gdb/linux/tasks.py
parentf55a07074fdd38cab8c097ac5bd397d68eff733c (diff)
amt: fix possible null-ptr-deref in amt_rcv()
When amt interface receives amt message, it tries to obtain amt private data from sock. If there is no amt private data, it frees an skb immediately. After kfree_skb(), it increases the rx_dropped stats. But in order to use rx_dropped, amt private data is needed. So, it makes amt_rcv() to do not increase rx_dropped stats when it can not obtain amt private data. Reported-by: kernel test robot <[email protected]> Reported-by: Dan Carpenter <[email protected]> Fixes: 1a1a0e80e005 ("amt: fix possible memory leak in amt_rcv()") Signed-off-by: Taehee Yoo <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions