Module Name:    src
Committed By:   msaitoh
Date:           Tue Apr 16 03:57:13 UTC 2019

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

Log Message:
Ticket #1688.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.138 -r1.1.2.139 src/doc/CHANGES-7.0.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.0.3
diff -u src/doc/CHANGES-7.0.3:1.1.2.138 src/doc/CHANGES-7.0.3:1.1.2.139
--- src/doc/CHANGES-7.0.3:1.1.2.138	Wed Mar 13 12:36:14 2019
+++ src/doc/CHANGES-7.0.3	Tue Apr 16 03:57:12 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.138 2019/03/13 12:36:14 msaitoh Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.139 2019/04/16 03:57:12 msaitoh Exp $
 
 A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
 release:
@@ -5772,3 +5772,9 @@ external/bsd/bzip2/dist/bzip2recover.c		
 
 	Apply fix for CVE-2016-3189 bzip2: heap use after free in bzip2recover
 	[martin, ticket #1684]
+
+sys/kern/sys_mqueue.c				1.44
+
+	mq_send1: fix argument validation and reject too large lengths early.
+	Discovered by Andy Nguyen.
+	[martin, ticket #1688]

Reply via email to