Module Name: src
Committed By: snj
Date: Tue Apr 10 17:45:17 UTC 2018
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
1528
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.137 -r1.1.2.138 src/doc/CHANGES-6.1.6
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-6.1.6
diff -u src/doc/CHANGES-6.1.6:1.1.2.137 src/doc/CHANGES-6.1.6:1.1.2.138
--- src/doc/CHANGES-6.1.6:1.1.2.137 Tue Apr 10 11:29:28 2018
+++ src/doc/CHANGES-6.1.6 Tue Apr 10 17:45:17 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.137 2018/04/10 11:29:28 martin Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.138 2018/04/10 17:45:17 snj Exp $
A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
release:
@@ -15117,3 +15117,9 @@ sys/arch/amiga/amiga/cc.c 1.27 (patch)
Fix a spl(9) leak.
[msaitoh, ticket #1544]
+usr.sbin/ypserv/ypserv/ypserv_proc.c 1.18 via patch
+
+ PR/47615: Always zero out the result structs in the svc
+ procs to avoid returning stale request data to the client.
+ [christos, ticket #1528]
+