This commit is contained in:
martin 2019-08-07 08:22:41 +00:00
parent 94e42a475c
commit 5360a235d9
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: CHANGES-8.2,v 1.1.2.20 2019/08/06 18:22:57 martin Exp $
# $NetBSD: CHANGES-8.2,v 1.1.2.21 2019/08/07 08:22:41 martin Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@ -534,3 +534,8 @@ sys/dev/pci/if_et.c 1.23,1.25 and 1.26 via patch
- Code cleanup.
[msaitoh, ticket #1329]
sys/kern/uipc_socket2.c 1.134
Fix kernel heap info leaks in sys_recvmsg().
[maxv, ticket #1330]