Skip to content

rts/m32: Fix assertion failure

Ben Gamari requested to merge wip/m32-fixes into master

This fixes an assertion failure in the m32 allocator due to the imprecisely specified preconditions of m32_allocator_push_filled_list. Specifically, the caller must ensure that the page type is set to filled prior to calling m32_allocator_push_filled_list.

While this issue did result in an assertion failure in the debug RTS, the issue is in fact benign.

Merge request reports