NetBSD-Bugs archive

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

PR/56725 CVS commit: src/sys/ufs/ufs



The following reply was made to PR kern/56725; it has been noted by GNATS.

From: "Juergen Hannken-Illjes" <hannken%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56725 CVS commit: src/sys/ufs/ufs
Date: Mon, 21 Feb 2022 17:07:45 +0000

 Module Name:	src
 Committed By:	hannken
 Date:		Mon Feb 21 17:07:45 UTC 2022
 
 Modified Files:
 	src/sys/ufs/ufs: ufs_readwrite.c
 
 Log Message:
 Fix wrong assertion, the negatiopn of "a && b" is "!a || !b" so we
 need "DIP(ip, blocks) != 0" here.
 
 Should fix PR kern/56725 (Panic when ls directory with device nodes
 on an older ffs)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.127 -r1.128 src/sys/ufs/ufs/ufs_readwrite.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index