This commit is contained in:
sborrill 2022-05-04 15:37:12 +00:00
parent 18b4ce6e3f
commit 199a2429d3
1 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: CHANGES-8.3,v 1.1.2.126 2022/04/27 16:56:09 martin Exp $
# $NetBSD: CHANGES-8.3,v 1.1.2.127 2022/05/04 15:37:12 sborrill Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@ -2567,3 +2567,9 @@ usr.sbin/quotaon/quotaon.c 1.31
verbose output. Avoids possibly corrupted quota data.
[hannken, ticket #1739]
sys/net/if_pppoe.c 1.179
pppoe(4): fix CVE-2022-29867 - discovery phase local network
mbuf corruption.
[martin, ticket #1740]