NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/53831: libhfs might be wrong in edge cases
The following reply was made to PR kern/53831; it has been noted by GNATS.
From: coypu%sdf.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/53831: libhfs might be wrong in edge cases
Date: Fri, 4 Jan 2019 04:49:17 +0000
Sorry, I'll try to be more clear:
343 else
344 result = 0; <- result is set to "success"
345
346 /*
347 * Find and store the volume name.
348 */
349 if (hfslib_make_catalog_key(HFS_CNID_ROOT_FOLDER, 0, NULL, &rootkey) == 0)
350 HFS_LIBERR("could not make root search key"); <- erroring here will return "success"
Home |
Main Index |
Thread Index |
Old Index