Module Name: src
Committed By: martin
Date: Fri Sep 6 13:52:36 UTC 2019
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Ticket #1706
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.56 -r1.1.2.57 src/doc/CHANGES-7.1.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.1.3
diff -u src/doc/CHANGES-7.1.3:1.1.2.56 src/doc/CHANGES-7.1.3:1.1.2.57
--- src/doc/CHANGES-7.1.3:1.1.2.56 Tue Sep 3 12:29:08 2019
+++ src/doc/CHANGES-7.1.3 Fri Sep 6 13:52:36 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.3,v 1.1.2.56 2019/09/03 12:29:08 martin Exp $
+# $NetBSD: CHANGES-7.1.3,v 1.1.2.57 2019/09/06 13:52:36 martin Exp $
A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3
release:
@@ -576,3 +576,8 @@ sys/sys/cprng.h 1.13-1.15
Switch from NIST CTR_DRBG with AES to NIST Hash_DRBG with SHA-256.
[riastradh, ticket #1705]
+lib/libc/nameser/ns_name.c 1.12
+
+ Fix buffer overrun.
+ [maya, ticket #1706]
+