Module Name: src
Committed By: martin
Date: Tue Aug 13 14:30:50 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Tickets #1335 and #1336
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-8.2
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.2
diff -u src/doc/CHANGES-8.2:1.1.2.24 src/doc/CHANGES-8.2:1.1.2.25
--- src/doc/CHANGES-8.2:1.1.2.24 Mon Aug 12 17:20:03 2019
+++ src/doc/CHANGES-8.2 Tue Aug 13 14:30:50 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.24 2019/08/12 17:20:03 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.25 2019/08/13 14:30:50 martin Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@@ -561,3 +561,13 @@ sys/dev/usb/ohci.c 1.290
Adjust KASSERT()s to handle polling case.
[mrg, ticket #1334]
+lib/libperfuse/ops.c 1.87
+
+ Fix filehandles of directories for FUSE lock operations.
+ [manu, ticket #1335]
+
+sys/arch/i386/stand/lib/bootinfo_biosgeom.c 1.24
+
+ Fix buffer overflow in BIOS disk geometry collection for bootinfo.
+ [manu, ticket #1336]
+