Module Name: src
Committed By: martin
Date: Mon May 25 17:49:03 UTC 2020
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1549
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-8.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-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.10 src/doc/CHANGES-8.3:1.1.2.11
--- src/doc/CHANGES-8.3:1.1.2.10 Wed May 13 12:40:09 2020
+++ src/doc/CHANGES-8.3 Mon May 25 17:49:03 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.10 2020/05/13 12:40:09 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.11 2020/05/25 17:49:03 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -145,3 +145,10 @@ sys/arch/x86/pci/if_vmx.c 1.60
of two.
[yamaguchi, ticket #1547]
+sys/kern/kern_time.c 1.204
+sys/netinet/igmp.c 1.70
+
+ Fix one byte kernel heap leak.
+ Fix uninitialized memory access.
+ [christos, ticket #1549]
+