aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2013-06-18 07:02:35 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2013-06-18 07:02:35 +0000
commit5b3e02570aad765ee54aa9ba564aa97f52101227 (patch)
tree128a935a2ea1cc348d2df9fe239a666ee16d9f5d /UPDATING
parent51091a07630097929e461d81930d3d01a2f3c3d4 (diff)
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING6
1 files changed, 6 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7aa936bf4550..130a3b3a5120 100644
--- a/UPDATING
+++ b/UPDATING
@@ -31,6 +31,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20130618:
+ 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.
+
20130615:
CVS has been removed from the base system. An exact copy
of the code is available from the devel/cvs port.