aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2004-11-18 12:06:51 +0000
committerColin Percival <cperciva@FreeBSD.org>2004-11-18 12:06:51 +0000
commit02bbf3743bb6bab2aa930ccbed9048456434bb62 (patch)
tree828cc047222e982a44f4f102e8412d42f53f988e /UPDATING
parent4526ebb48c4dd73b1c8032fa41d96324392aad6d (diff)
FreeBSD-SA-04:16.fetch:releng/5.0
MFC revision 1.75 of src/usr.bin/fetch/fetch.c Bump newvers.sh and document in UPDATING. Approved by: so
Notes
Notes: svn path=/releng/5.0/; revision=137856
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0b3756641057..4ef04d0ab06e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,10 @@ 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.
+20041118: p22 FreeBSD-SA-04:16.fetch
+ Correct a buffer overflow in fetch(1) which could allow a
+ mallicious server to execute arbitrary code on the client.
+
20040519: p21 FreeBSD-SA-04:10.cvs
Correct a heap overflow in cvs's pserver protocol parser.