]> git.bitcoin.ninja Git - rust-lightning/commit
[fuzz] fix deadlock in chanmon_consistency due to new reentrancy
authorMatt Corallo <git@bluematt.me>
Thu, 19 Nov 2020 21:16:50 +0000 (16:16 -0500)
committerMatt Corallo <git@bluematt.me>
Mon, 1 Mar 2021 02:03:18 +0000 (21:03 -0500)
commitdaedbbe714e56a155e089f6c6b14a25b480d9c25
tree0d6def427810df40ec69e342e2bbb5b8445b7fc3
parente7a490888ad2cb8608d0188dfd9e64ff409c79c8
[fuzz] fix deadlock in chanmon_consistency due to new reentrancy

60d83efcd9825bed3e9490c7d1479533efd399ec introduced reentrancy when
calling channel_monitor_updated. This commit fixes the
chanmon_consistency fuzzer to no longer deadlock as a result of this
reentrancy.
fuzz/src/chanmon_consistency.rs