linux/drivers/staging/comedi
Vasiliy Kulikov 819cbb120e staging: comedi: fix infoleak to userspace
driver_name and board_name are pointers to strings, not buffers of size
COMEDI_NAMELEN.  Copying COMEDI_NAMELEN bytes of a string containing
less than COMEDI_NAMELEN-1 bytes would leak some unrelated bytes.

Signed-off-by: Vasiliy Kulikov <segoon@openwall.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-07-05 09:24:18 -07:00
..
drivers Staging: comedi: usbdux: release locks on error paths 2011-07-05 09:24:18 -07:00
kcomedilib
comedi.h staging: comedi: fixed a declaration coding style issue 2011-06-28 13:23:56 -07:00
comedi_compat32.c
comedi_compat32.h
comedi_fops.c staging: comedi: fix infoleak to userspace 2011-07-05 09:24:18 -07:00
comedi_fops.h
comedidev.h
comedilib.h
drivers.c Staging: comedi: drivers.c: fix PAGE_KERNEL_NOCACHE issue 2011-06-09 12:13:53 -07:00
internal.h
Kconfig Staging: comedi: add dyna_pci10xx driver to Makefile 2011-07-05 09:24:18 -07:00
Makefile Staging: comedi: Makefile: replace the use of <module>-objs with <module>-y 2010-10-08 07:23:52 -07:00
proc.c
range.c
TODO