Closed
Description
BinaryHeap is using zeroed()
and may not be exception safe. I.e. it is in an inconsistent state after being recovered after panic. See issue #25662 and others.
Relevant code is BinaryHeap::sift_up, sift_down_range
cc @cmr
BinaryHeap is using zeroed()
and may not be exception safe. I.e. it is in an inconsistent state after being recovered after panic. See issue #25662 and others.
Relevant code is BinaryHeap::sift_up, sift_down_range
cc @cmr