Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/doc Ticket #550



details:   https://anonhg.NetBSD.org/src/rev/845c83870710
branches:  netbsd-8
changeset: 851375:845c83870710
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Feb 15 08:27:24 2018 +0000

description:
Ticket #550

diffstat:

 doc/CHANGES-8.0 |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r bfb56c2b572e -r 845c83870710 doc/CHANGES-8.0
--- a/doc/CHANGES-8.0   Thu Feb 15 08:26:37 2018 +0000
+++ b/doc/CHANGES-8.0   Thu Feb 15 08:27:24 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.124 2018/02/15 07:59:23 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.125 2018/02/15 08:27:24 martin Exp $
 
 A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
 until the 8.0 release:
@@ -9652,3 +9652,9 @@
        Fix use-after-free and and add more consistency checks.
        [maxv, ticket #549]
 
+sbin/fsck_ffs/pass1.c                          1.58
+
+       Treat an inode with "mode == 0" and "blocks != 0" as partially
+       allocated and clear it as ffs_newvnode() tests for "blocks == 0".
+       [hannken, ticket #550]
+



Home | Main Index | Thread Index | Old Index