Module Name: src Committed By: sborrill Date: Wed Jan 27 21:01:20 UTC 2010
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1247 (plus remove some whitespace) To generate a diff of this commit: cvs rdiff -u -r1.1.2.181 -r1.1.2.182 src/doc/CHANGES-5.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-5.1 diff -u src/doc/CHANGES-5.1:1.1.2.181 src/doc/CHANGES-5.1:1.1.2.182 --- src/doc/CHANGES-5.1:1.1.2.181 Wed Jan 27 20:45:23 2010 +++ src/doc/CHANGES-5.1 Wed Jan 27 21:01:20 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.181 2010/01/27 20:45:23 bouyer Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.182 2010/01/27 21:01:20 sborrill Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -16319,15 +16319,22 @@ Remove obsolete and never used sources. [tron, ticket #1260] -xsrc/external/mit/expat/dist/lib/xmlparse.c 1.2 +xsrc/external/mit/expat/dist/lib/xmlparse.c 1.2 Add patch from upstream CVS to fix CVE-2009-3560 (possible DOS due to crash on bad input). [tron, ticket #1283] -xsrc/xfree/xc/extras/expat/lib/xmlparse.c 1.2 +xsrc/xfree/xc/extras/expat/lib/xmlparse.c 1.2 Add patch from upstream CVS to fix CVE-2009-3560 (possible DOS due to crash on bad input). [tron, ticket #1284] +sys/dev/usb/usbdi.c 1.127 + + Fix leak of a usbd_xfer_handle when a interrupt pipe is aborted + then closed. Confirmed to fix the memory leak on close() with + umodem(4) and uplcom(4). + [bouyer, ticket #1247] +