aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-08-10 23:23:57 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-08-10 23:23:57 +0000
commit408da93b82d9488bf73f5c1d1f34133608b1c724 (patch)
tree6b92069354e882a5c6dd746f828cac6f6513988b /UPDATING
parentca0731ec8f75ba7106ee3af21129434c593f40e2 (diff)
downloadsrc-408da93b82d9488bf73f5c1d1f34133608b1c724.tar.gz
src-408da93b82d9488bf73f5c1d1f34133608b1c724.zip
MFC sys_process.c 1.113, spigot.c 1.60:
Add or correct range checking of signal numbers in system calls and ioctls.
Notes
Notes: svn path=/releng/4.3/; revision=118753
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 6c5c89c38d84..eecf76265637 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,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.
+20030810: p34 FreeBSD-SA-03:09.signal
+ Repair range-checking errors in signal handling.
+
20030804: p33 FreeBSD-SA-03:08.realpath
Correct a single byte buffer overflow in realpath(3).