Module Name: src
Committed By: msaitoh
Date: Tue Apr 16 03:48:02 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
ticket #1230
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.127 -r1.1.2.128 src/doc/CHANGES-8.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-8.1
diff -u src/doc/CHANGES-8.1:1.1.2.127 src/doc/CHANGES-8.1:1.1.2.128
--- src/doc/CHANGES-8.1:1.1.2.127 Wed Apr 10 07:40:36 2019
+++ src/doc/CHANGES-8.1 Tue Apr 16 03:48:02 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.127 2019/04/10 07:40:36 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.128 2019/04/16 03:48:02 msaitoh Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -2834,3 +2834,8 @@ sys/kern/sysv_ipc.c 1.38
defparam all of the config variables associated with SYSV IPC stuff.
[pgoyette, ticket #1229]
+sys/kern/sys_mqueue.c 1.44
+
+ mq_send1: fix argument validation and reject too large lengths early.
+ Discovered by Andy Nguyen.
+ [martin, ticket #1230]