Module Name: src
Committed By: snj
Date: Tue Apr 10 17:44:58 UTC 2018
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
1528
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.140 -r1.1.2.141 src/doc/CHANGES-6.0.7
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.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.140 src/doc/CHANGES-6.0.7:1.1.2.141
--- src/doc/CHANGES-6.0.7:1.1.2.140 Tue Apr 10 11:31:14 2018
+++ src/doc/CHANGES-6.0.7 Tue Apr 10 17:44:58 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.140 2018/04/10 11:31:14 martin Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.141 2018/04/10 17:44:58 snj Exp $
A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
release:
@@ -15448,3 +15448,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]
+