bigNatIsPowerOf2# out-of-bound access
While investigating #23969 (comment 530438) I've noticed in STG dumps that bigNatIsPowerOf2#
could make an out-of-bound memory access when the given BigNat#
value is 0 (empty ByteArray)
Test case incoming.
While investigating #23969 (comment 530438) I've noticed in STG dumps that bigNatIsPowerOf2#
could make an out-of-bound memory access when the given BigNat#
value is 0 (empty ByteArray)
Test case incoming.