NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-sparc64/54810: sparc64 pool_redzone_check errors during install
The following reply was made to PR port-sparc64/54810; it has been noted by GNATS.
From: Harold Gutch <logix%foobar.franken.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: port-sparc64/54810: sparc64 pool_redzone_check errors during install
Date: Sun, 25 Oct 2020 16:29:01 +0100
The does not appear to be in ntfs_init(), but instead in
ntfs_mountroot() (or something called by that function). If I add a
"return -1" at the top of the function, the installation also succeeds
for me.
FWIW, on an unpatched system ntfs_mountroot() we land in the
ntfs_mountfs() != 0 case in ntfs_vfsops.c:117, so it is either
something allocated by vfs_rootmountalloc() or ntfs_mountfs().
Harold
Home |
Main Index |
Thread Index |
Old Index