Module Name: src
Committed By: martin
Date: Fri Jan 1 13:21:11 UTC 2021
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Ticket #1645
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.64 -r1.1.2.65 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.64 src/doc/CHANGES-8.3:1.1.2.65
--- src/doc/CHANGES-8.3:1.1.2.64 Mon Dec 28 19:54:42 2020
+++ src/doc/CHANGES-8.3 Fri Jan 1 13:21:11 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.3,v 1.1.2.64 2020/12/28 19:54:42 martin Exp $
+# $NetBSD: CHANGES-8.3,v 1.1.2.65 2021/01/01 13:21:11 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -1513,3 +1513,8 @@ sys/arch/hp300/dev/hil_intio.c 1.4
to make ddb(4) and kernel prompts for root device work.
[tsutsui, ticket #1642]
+sys/ufs/ufs/ufs_quota1.c 1.23
+
+ Avoid out of bounds array access.
+ [nia, ticket #1645]
+