Module Name: src
Committed By: snj
Date: Mon Feb 19 19:50:53 UTC 2018
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3
Log Message:
1566
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.84 -r1.1.2.85 src/doc/CHANGES-7.0.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.0.3
diff -u src/doc/CHANGES-7.0.3:1.1.2.84 src/doc/CHANGES-7.0.3:1.1.2.85
--- src/doc/CHANGES-7.0.3:1.1.2.84 Fri Feb 16 16:43:12 2018
+++ src/doc/CHANGES-7.0.3 Mon Feb 19 19:50:53 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.3,v 1.1.2.84 2018/02/16 16:43:12 martin Exp $
+# $NetBSD: CHANGES-7.0.3,v 1.1.2.85 2018/02/19 19:50:53 snj Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@@ -5257,3 +5257,9 @@ sys/netipsec/ipsec.c 1.130
Fix inverted logic that could crash the kernel.
[maxv, ticket #1570]
+usr.sbin/ypserv/ypserv/ypserv_proc.c 1.18
+
+ PR/47615: Always zero out the result structs in the svc
+ procs to avoid returning stale request data to the client.
+ [christos, ticket #1566]
+