summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/moxa
diff options
context:
space:
mode:
authorWang Hai <wanghai38@huawei.com>2024-10-15 22:41:48 +0800
committerAndrew Lunn <andrew@lunn.ch>2024-10-19 16:04:20 -0500
commit2cb3f56e827abb22c4168ad0c1bbbf401bb2f3b8 (patch)
treea23601d9f573c9d338b114992b21347a6605c665 /drivers/net/ethernet/moxa
parentf2767a41959e60763949c73ee180e40c686e807e (diff)
net/sun3_82586: fix potential memory leak in sun3_82586_send_packet()
The sun3_82586_send_packet() returns NETDEV_TX_OK without freeing skb in case of skb->len being too long, add dev_kfree_skb() to fix it. Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Signed-off-by: Wang Hai <wanghai38@huawei.com> Reviewed-by: Simon Horman <horms@kernel.org> Message-ID: <20241015144148.7918-1-wanghai38@huawei.com> Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'drivers/net/ethernet/moxa')
0 files changed, 0 insertions, 0 deletions