OSDN Git Service

[PATCH] fix shm mprotect (CVE-2006-1524)
authorHugh Dickins <hugh@veritas.com>
Tue, 25 Apr 2006 19:05:59 +0000 (20:05 +0100)
committerMarcelo Tosatti <marcelo@dmt.cnet>
Wed, 26 Apr 2006 23:48:15 +0000 (20:48 -0300)
commit0dba0f6b382bf360a1974fd78538273478dfc784
tree99fca29bf28dcd04c93b43b7575aaa00f5794288
parent3c1e09e173e5fec7535a3795c4bc7870c8026ff3
[PATCH] fix shm mprotect (CVE-2006-1524)

shmat stop mprotect from giving write permission to a readonly attachment.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
ipc/shm.c