Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1337711
| From | Paul Bolle <pebolle@tiscali.nl> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/1] ser_gigaset: use container_of() instead of detour |
| Date | 2016-02-18 21:30 +0100 |
| Message-ID | <r3Dn5-2Bf-41@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 0/1] ser_gigaset: use container_of() instead of detour Paul Bolle <pebolle@tiscali.nl> - 2016-02-18 21:30 +0100
csiph-web