Module Name: src
Committed By: martin
Date: Sun May 5 09:09:04 UTC 2019
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Tickets #1693 and #1694
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.48 -r1.1.2.49 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.48 src/doc/CHANGES-7.1.3:1.1.2.49
--- src/doc/CHANGES-7.1.3:1.1.2.48 Wed May 1 09:43:22 2019
+++ src/doc/CHANGES-7.1.3 Sun May 5 09:09:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.3,v 1.1.2.48 2019/05/01 09:43:22 martin Exp $
+# $NetBSD: CHANGES-7.1.3,v 1.1.2.49 2019/05/05 09:09:04 martin Exp $
A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3
release:
@@ -489,4 +489,15 @@ external/bsd/dhcpcd/dist/src/dhcpcd.h
Use consttime_memequal(3) to compare hashes.
[roy, ticket #1690]
+sys/arch/amd64/amd64/copy.S 1.33
+sys/arch/i386/i386/copy.S 1.31
+
+ Don't forget to clear the direction flag if kcopy fails.
+ [maxv, ticket #1693]
+
+external/bsd/dhcpcd/dist/src/dhcp6.c (apply patch)
+
+ DHCPv6: Fix a potential read overflow with D6_OPTION_PD_EXCLUDE.
+ [roy, ticket #1694]
+