Skip to content

rts: Don't clear cards of zero-length arrays

Ben Gamari requested to merge wip/T21962 into ghc-9.2

Fix #21962 (closed), where attempting to clear the card table of a zero-length array resulted in an integer underflow.

Merge request reports