git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85678d5
)
staging: comedi: fix infoleak to userspace
author
Vasiliy Kulikov
<segoon@openwall.com>
Sun, 26 Jun 2011 08:56:22 +0000
(12:56 +0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 5 Jul 2011 16:24:18 +0000
(09:24 -0700)
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>
No differences found