Skip to content

rts/ProfHeap: Ensure new Censuses are zeroed

Ben Gamari requested to merge wip/T21880 into master

When growing the Census array ProfHeap previously neglected to zero the new part of the array. Consequently freeEra would attempt to free random words that often looked suspiciously like pointers.

Fixes #21880 (closed).

Merge request reports