https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282268

--- Comment #5 from Mark Johnston <[email protected]> ---
(In reply to Christos Margiolis from comment #4)
Yes, one of the consequences of the UFS soft updates implementation is that
crashes can result in truncated files if those files had been written shortly
before the panic.  So if you do something like "make installkernel; <something
panics the system>", the linker.hints file created by kldxref during
installkernel might end up truncated.

The kernel linker reads that file, and doesn't properly handle the case where
it's truncated.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to