aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorTaehee Yoo <ap420073@gmail.com>2022-06-02 14:01:07 +0000
committerJakub Kicinski <kuba@kernel.org>2022-06-06 14:27:35 -0700
commitd16207f92a4a823c48b4ea953ad51f4483456768 (patch)
tree79489aee3ab060da1dd38cc81c92f51c53504336 /tools/perf/scripts/python/event_analyzing_sample.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 <lkp@intel.com> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Fixes: 1a1a0e80e005 ("amt: fix possible memory leak in amt_rcv()") Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions