aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-11-27 16:40:03 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-11-27 16:40:03 +0000
commit2a9511d53411b4fefd47535dcb58ba3998a8b28b (patch)
tree250e900f5f8392ec202fbf8fa3af4bd411576511 /UPDATING
parent23f9108859a7d6402960469d3a1ce7027b289d0a (diff)
Correct a remote denial-of-service attack in named(8).releng/4.4
Notes
Notes: svn path=/releng/4.4/; revision=123008
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 670aefb3a69c..99cc759187ed 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,9 @@ minimal number of processes, if possible, for that patch. For those
updates that don't have an advisory, or to be safe, you can do a full
build and install as described in the COMMON ITEMS section.
+20031126: p47 FreeBSD-SA-03:19.bind
+ Corrected remote denial-of-service vulnerability in named(8).
+
20031003: p46 FreeBSD-SA-03:17.procfs
Correct integer underflows/overflows in procfs(5) and linprocfs(5).