summaryrefslogtreecommitdiff
path: root/drivers/net/mctp
diff options
context:
space:
mode:
authorYu Liao <liaoyu15@huawei.com>2022-11-10 17:03:29 +0800
committerJakub Kicinski <kuba@kernel.org>2022-11-11 20:08:17 -0800
commit0834ced65a6a1eaa10d0b319b685879a671b29aa (patch)
tree42766de05e1011f2e5edfa6aeec941bc69e3c628 /drivers/net/mctp
parent77711683a50477de39757d67ab1a3638220d6860 (diff)
downloadlwn-0834ced65a6a1eaa10d0b319b685879a671b29aa.tar.gz
lwn-0834ced65a6a1eaa10d0b319b685879a671b29aa.zip
net/tls: Fix memory leak in tls_enc_skb() and tls_sw_fallback_init()
'aead_req' and 'aead_send' is allocated but not freed in default switch case. This commit fixes the potential memory leak by freeing them under the situation. Note that the default cases here should never be reached as they'd mean we allowed offloading an unsupported algorithm. Fixes: ea7a9d88ba21 ("net/tls: Use cipher sizes structs") Signed-off-by: Yu Liao <liaoyu15@huawei.com> Reviewed-by: Gal Pressman <gal@nvidia.com> Link: https://lore.kernel.org/r/20221110090329.2036382-1-liaoyu15@huawei.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/mctp')
0 files changed, 0 insertions, 0 deletions