We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f5627 commit 5005176Copy full SHA for 5005176
1 file changed
doc/CHANGES-9.5
@@ -1,4 +1,4 @@
1
-# $NetBSD: CHANGES-9.5,v 1.1.2.69 2025/07/08 15:27:05 martin Exp $
+# $NetBSD: CHANGES-9.5,v 1.1.2.70 2025/07/12 11:08:09 martin Exp $
2
3
A complete list of changes from the NetBSD 9.4 release to the NetBSD 9.5
4
release:
@@ -927,3 +927,9 @@ build.sh 1.399
927
is set manually via -V.
928
[hgutch, ticket #1963]
929
930
+sbin/fsck_ffs/setup.c 1.110 (patch)
931
+
932
+ fsck_ffs: don't truncate bitmap size to unsigned int, avoids
933
+ crashes on filesystems with more than 2^32 blocks.
934
+ [mlelstv, ticket #1964]
935
0 commit comments