Page MenuHomePhabricator

[avalanche] Disconnect from the updated block tip handler before destructing the processor
ClosedPublic

Authored by Fabien on Jul 25 2025, 12:36.

Details

Summary

Make sure we can't reach a use after free issue where UpdatedBlockTip() is called after the peer manager has been destructed. This can only happen in tests because the normal node shutdown take cares of this already.

Test Plan
ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable