netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] ser_gigaset: use container_of() instead of detour
@ 2016-02-18 20:29 Paul Bolle
  2016-02-18 20:29 ` [PATCH 1/1] " Paul Bolle
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Bolle @ 2016-02-18 20:29 UTC (permalink / raw)
  To: netdev
  Cc: Dmitry Vyukov, Uwe Kleine-König, Greg Kroah-Hartman,
	Martin Wilck, Jarkko Sakkinen, Tilman Schmidt, linux-kernel,
	gigaset307x-common

Dmitry Vyukov reported that the syzkaller fuzzer uncovered a leak in
ser_gigaset (see
https://lkml.kernel.org/g/CACT4Y+Y+P7-pM0D4HTz4ZF6i+Rya22eOkPdnrv_OmDCMB7eQtg@mail.gmail.com).
This small patch fixes that. The commit explanation contains all the details to
understand how this leak made its way into the code.

This should eventually land in stable. No fixes tag because backporting is
probably not so straightforward for v4.3 and earlier. So I suggest I'll send
proper backports in about two weeks.

Paul Bolle (1):
  ser_gigaset: use container_of() instead of detour

 drivers/isdn/gigaset/ser-gigaset.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

-- 
2.4.3

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-02-19 20:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-18 20:29 [PATCH 0/1] ser_gigaset: use container_of() instead of detour Paul Bolle
2016-02-18 20:29 ` [PATCH 1/1] " Paul Bolle
2016-02-18 21:42   ` Tilman Schmidt
2016-02-18 22:14     ` Paul Bolle
2016-02-18 23:46   ` Greg KH
2016-02-18 23:53     ` Paul Bolle
2016-02-19 20:56   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).