Module Name: src
Committed By: msaitoh
Date: Tue Apr 16 03:57:33 UTC 2019
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Ticket #1688.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-7.1.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.1.3
diff -u src/doc/CHANGES-7.1.3:1.1.2.45 src/doc/CHANGES-7.1.3:1.1.2.46
--- src/doc/CHANGES-7.1.3:1.1.2.45 Wed Mar 13 12:35:45 2019
+++ src/doc/CHANGES-7.1.3 Tue Apr 16 03:57:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.3,v 1.1.2.45 2019/03/13 12:35:45 msaitoh Exp $
+# $NetBSD: CHANGES-7.1.3,v 1.1.2.46 2019/04/16 03:57:33 msaitoh Exp $
A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3
release:
@@ -464,3 +464,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]