]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
Fix a bug that allowed a tracing process (e.g. gdb) to write
authordes <des@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Jun 2013 07:04:19 +0000 (07:04 +0000)
committerdes <des@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Jun 2013 07:04:19 +0000 (07:04 +0000)
commit6299e7049f3e9fb7d1df9c531b02de28721580bf
tree5b4c8b9717f938ce7d7d13a588db724b68a74d9d
parentd37bce15fb49308460ad48152883283108bacab9
Fix a bug that allowed a tracing process (e.g. gdb) to write
to a memory-mapped file in the traced process's address space
even if neither the traced process nor the tracing process had
write access to that file.

Security: CVE-2013-2171
Security: FreeBSD-SA-13:06.mmap
Approved by: so

git-svn-id: svn://svn.freebsd.org/base/stable/9@251902 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
UPDATING
sys/vm/vm_map.c