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:
504b701
)
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
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 30 Oct 2010 15:25:51 +0000
(08:25 -0700)
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>
Cc: stable@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
ipc/shm.c
patch
|
blob
|
history
diff --cc
ipc/shm.c
Simple merge