]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
dtc(1): Pull in fix for segfault-upon-error condition
authorkevans <kevans@FreeBSD.org>
Sun, 21 Apr 2019 01:58:42 +0000 (01:58 +0000)
committerkevans <kevans@FreeBSD.org>
Sun, 21 Apr 2019 01:58:42 +0000 (01:58 +0000)
commita490f63abe421c06ce8c7fbd62233afd7f0d1400
tree2fb49b8c390338e889bfe55587ba47de24d620cb
parentd4a47e22929c2d71c852e4d725dbb1c2a141343f
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.

Obtained from: https://github.com/davidchisnall/dtc/commit/e5ecf9319fd3f
MFC after: 3 days
usr.bin/dtc/fdt.cc