lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20130314180210.GA7784@thunk.org> Date: Thu, 14 Mar 2013 14:02:10 -0400 From: Theodore Ts'o <tytso@....edu> To: Josh Triplett <josh@...htriplett.org> Cc: linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org, Andreas Dilger <adilger.kernel@...ger.ca> Subject: Re: NULL pointer dereference in ext4_superblock_csum_set with mounted filesystem On Thu, Mar 14, 2013 at 10:42:16AM -0700, Josh Triplett wrote: > On Thu, Mar 14, 2013 at 12:08:35AM -0400, Theodore Ts'o wrote: > > Huh. This is very, very weird. Is this a repeatable crash? > > I could reliably replicate it for that particular session, but now that > I've rebooted the host, no. Well, I can tell you that from the stack trace, it looks like when the file system was first being mounted, and the journal was being replayed (which makes sense since you snapshotted a live file system), when the journal inode was read in, it appeared to be corrupt. While trying to print an message declaring that the file system was corrupt (via ext4_error()), we somehow dereferenced a NULL pointer. I can't quite see how this could have happened; I can't understand how the journal inode would have looked corrupt in the first place, and if it was corrupt, how it could have triggered a NULL dereference. So I must be missing something.... - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists