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:
f6d7c2e
)
ipc: shm: fix information leak to userland
author
Vasiliy Kulikov
<segooon@gmail.com>
Sat, 30 Oct 2010 14:22:49 +0000
(18:22 +0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 9 Dec 2010 21:24:17 +0000
(13:24 -0800)
commit
3af54c9bd9e6f14f896aac1bb0e8405ae0bc7a44
upstream.
The shmid_ds structure is copied to userland with shm_unused{,2,3}
fields unitialized. It leads to leaking of contents of kernel stack
memory.
Signed-off-by: Vasiliy Kulikov <segooon@gmail.com>
Acked-by: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
ipc/shm.c
patch
|
blob
|
history
diff --cc
ipc/shm.c
Simple merge