This commit is contained in:
martin 2019-05-01 09:43:37 +00:00
parent 401d06e37e
commit ca3e0be4b0
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: CHANGES-7.0.3,v 1.1.2.140 2019/04/19 16:05:05 martin Exp $
# $NetBSD: CHANGES-7.0.3,v 1.1.2.141 2019/05/01 09:43:37 martin Exp $
A complete list of changes from the NetBSD 7.0.2 release to the NetBSD 7.0.3
release:
@ -5788,3 +5788,12 @@ sys/net/if.c 1.449 (patch)
of stack disclosure.
[christos, ticket #1689]
external/bsd/dhcpcd/dist/src/auth.c (apply patch)
external/bsd/dhcpcd/dist/src/dhcp.c (apply patch)
external/bsd/dhcpcd/dist/src/dhcpcd.h (apply patch)
Security fixes for dhcpcd:
Fix a potential 1 byte read overflow with DHO_OPTSOVERLOADED.
Use consttime_memequal(3) to compare hashes.
[roy, ticket #1690]