summaryrefslogtreecommitdiff
path: root/mm/truncate.c
diff options
context:
space:
mode:
authorTaehee Yoo <ap420073@gmail.com>2022-06-02 17:01:07 +0300
committerJakub Kicinski <kuba@kernel.org>2022-06-07 00:27:35 +0300
commitd16207f92a4a823c48b4ea953ad51f4483456768 (patch)
tree79489aee3ab060da1dd38cc81c92f51c53504336 /mm/truncate.c
parentf55a07074fdd38cab8c097ac5bd397d68eff733c (diff)
downloadlinux-d16207f92a4a823c48b4ea953ad51f4483456768.tar.xz
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 'mm/truncate.c')
0 files changed, 0 insertions, 0 deletions