Module Name: src
Committed By: snj
Date: Tue Apr 10 17:45:27 UTC 2018
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
1528
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.333 -r1.1.2.334 src/doc/CHANGES-6.2
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.2
diff -u src/doc/CHANGES-6.2:1.1.2.333 src/doc/CHANGES-6.2:1.1.2.334
--- src/doc/CHANGES-6.2:1.1.2.333 Tue Apr 10 11:28:34 2018
+++ src/doc/CHANGES-6.2 Tue Apr 10 17:45:27 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.333 2018/04/10 11:28:34 martin Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.334 2018/04/10 17:45:27 snj Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -21222,3 +21222,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]
+