Module Name:    src
Committed By:   martin
Date:           Fri Jan 11 15:58:54 UTC 2019

Modified Files:
        src/doc [netbsd-7]: CHANGES-7.3

Log Message:
Ticket #1671


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-7.3

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-7.3
diff -u src/doc/CHANGES-7.3:1.1.2.31 src/doc/CHANGES-7.3:1.1.2.32
--- src/doc/CHANGES-7.3:1.1.2.31	Mon Jan  7 14:01:02 2019
+++ src/doc/CHANGES-7.3	Fri Jan 11 15:58:54 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.31 2019/01/07 14:01:02 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.32 2019/01/11 15:58:54 martin Exp $
 
 A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
 release:
@@ -380,3 +380,9 @@ doc/3RDPARTY					(patch)
 	Updated tzdata to 2018i.
 	[kre, ticket #1670]
 
+sys/dev/usb/usbdi.c				1.181
+
+	Avoid use after free when closing interrupt pipe transfer by calling
+	upm_close before destroying the interupt pipe xfer.
+	[skrll, ticket #1671]
+

Reply via email to