diff options
| author | 2022-06-02 14:01:07 +0000 | |
|---|---|---|
| committer | 2022-06-06 14:27:35 -0700 | |
| commit | d16207f92a4a823c48b4ea953ad51f4483456768 (patch) | |
| tree | 79489aee3ab060da1dd38cc81c92f51c53504336 /tools/testing/selftests/exec/git:/ssh:/git@git.zx2c4.com | |
| parent | amt: fix wrong usage of pskb_may_pull() (diff) | |
| download | linux-dev-d16207f92a4a823c48b4ea953ad51f4483456768.tar.xz linux-dev-d16207f92a4a823c48b4ea953ad51f4483456768.zip | |
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/testing/selftests/exec/git:/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
