]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r346469: dtc(1): Pull in fix for segfault-upon-error condition
authorkevans <kevans@FreeBSD.org>
Sat, 27 Apr 2019 04:16:15 +0000 (04:16 +0000)
committerkevans <kevans@FreeBSD.org>
Sat, 27 Apr 2019 04:16:15 +0000 (04:16 +0000)
commitc8a43f82e540339ae511802c628e541079c5b566
tree3307d7a61d009ac94ee54987e12a8f8481544db6
parent373e55ce572d25204f789ee07f84194ba43a0ff9
MFC r346469: dtc(1): Pull in fix for segfault-upon-error condition

Specifically, parse errors within a node would lead to a segfault due to
an unconditional dereference after emitting the error.
usr.bin/dtc/fdt.cc