Skip to content

rts: Initialize Array# header in listThreads#

Ben Gamari requested to merge wip/T23071 into master

Previously the implementation of listThreads# failed to initialize the header of the created array, leading to various nastiness.

Fixes #23071 (closed)

Edited by Ben Gamari

Merge request reports