Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] IPC: access to unmapped vmalloc area in grow_ary()
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 <[email protected]> Signed-off-by: Kirill Korotaev <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information