mbox series

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

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

Message

Gavrilov Ilia March 20, 2024, 2:36 p.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(-)