mbox series

[6.6/6.1,0/1] pppoe: Fix memory leak in pppoe_sendmsg()

Message ID 20240415115100.3914582-1-Ilia.Gavrilov@infotecs.ru (mailing list archive)
Headers show
Series pppoe: Fix memory leak in pppoe_sendmsg() | expand

Message

Gavrilov Ilia April 15, 2024, 11:51 a.m. UTC
syzbot reports a memory leak in pppoe_sendmsg in 6.6 and 6.1 stable
releases. The problem has been fixed by the following patch which can be
cleanly applied to the 6.6 and 6.1 branches.

Found by InfoTeCS on behalf of Linux Verification Center
(linuxtesting.org) with Syzkaller

Gavrilov Ilia (1):
  pppoe: Fix memory leak in pppoe_sendmsg()

 drivers/net/ppp/pppoe.c | 23 +++++++++--------------
 1 file changed, 9 insertions(+), 14 deletions(-)