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:
69cf0fa
)
[PATCH] IPC: access to unmapped vmalloc area in grow_ary()
author
Alexey Kuznetsov
<kuznet@ms2.inr.ac.ru>
Mon, 17 Apr 2006 11:39:23 +0000
(15:39 +0400)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 18 Apr 2006 01:40:40 +0000
(18:40 -0700)
grow_ary() should not copy struct ipc_id_ary (it copies new->p, not
new). Due to this, memcpy() src pointer could hit unmapped vmalloc page
when near page boundary.
Found during OpenVZ stress testing
Signed-off-by: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Signed-off-by: Kirill Korotaev <dev@openvz.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found