Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1517136
| From | Johan Hovold <johan@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] tty/serial: fix invalid user-pointer checks |
| Date | 2016-11-08 13:30 +0100 |
| Message-ID | <sBdHj-SQ-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series drop invalid user-pointer checks from ioctl handlers (which tend to get replicated in new drivers). Note that only the rocket driver has been compile tested. Johan Johan Hovold (3): tty: amiserial: fix invalid user-pointer check tty: rocket: fix invalid user-pointer checks serial: crisv10: fix invalid user-pointer check drivers/tty/amiserial.c | 2 -- drivers/tty/rocket.c | 4 ---- drivers/tty/serial/crisv10.c | 2 -- 3 files changed, 8 deletions(-) -- 2.7.3
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 0/3] tty/serial: fix invalid user-pointer checks Johan Hovold <johan@kernel.org> - 2016-11-08 13:30 +0100
csiph-web