Module Name: src
Committed By: riz
Date: Sun Mar 31 20:27:15 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.2
Log Message:
Ticket 854.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-6.0.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.0.2
diff -u src/doc/CHANGES-6.0.2:1.1.2.27 src/doc/CHANGES-6.0.2:1.1.2.28
--- src/doc/CHANGES-6.0.2:1.1.2.27 Sun Mar 31 20:21:15 2013
+++ src/doc/CHANGES-6.0.2 Sun Mar 31 20:27:15 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.2,v 1.1.2.27 2013/03/31 20:21:15 riz Exp $
+# $NetBSD: CHANGES-6.0.2,v 1.1.2.28 2013/03/31 20:27:15 riz Exp $
A complete list of changes from the NetBSD 6.0.1 release to the NetBSD 6.0.2
release:
@@ -197,3 +197,8 @@ sys/netinet6/udp6_output.c 1.44
Fix sendto(2) issue with IPv6 UDP datagrams. PR#47408.
[christos, ticket #853]
+lib/libc/rpc/clnt_vc.c 1.19
+
+ Wrong memcpy() can cause memory corruption. PR#13082.
+ [christos, ticket #854]
+