aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-10-03 13:07:38 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-10-03 13:07:38 +0000
commitade7758ade6465b42fa49f0b7413a9827aea21fb (patch)
treef85fb9f059367623c19e61422f2010cd48b9bbfe /UPDATING
parenta5f1daf898a1811f76e33d71c01e0df34cbba1e4 (diff)
downloadsrc-ade7758ade6465b42fa49f0b7413a9827aea21fb.tar.gz
src-ade7758ade6465b42fa49f0b7413a9827aea21fb.zip
Merge from RELENG_4: kern_subr.c 1.31.2.3, procfs_dbregs.c 1.4.2.4,
procfs_fpregs.c 1.11.2.4, procfs_regs.c 1.10.2.4, procfs_rlimit.c 1.5.2.1, procfs_status.c 1.20.2.5, uio.h 1.11.2.2, linprocfs_misc.c 1.3.2.9. Correct several integer underflows/overflows in procfs and linprocfs.
Notes
Notes: svn path=/releng/4.3/; revision=120689
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 76b2b5cbfe45..6a2536a3db12 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.
+20031003: p42 FreeBSD-SA-03:17.procfs
+ Correct integer underflows/overflows in procfs(5) and linprocfs(5).
+
20031002: p41 FreeBSD-SA-03:16.filedesc
Correct a reference counting bug in readv(2).