mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
0e42c95df2
prevent resource exhaustion when computing power with extremely large exponents (e.g., 81.pow(51742871469327219)). the check estimates the result size and raises RangeError if it would exceed 1 million bits. Co-authored-by: Claude <noreply@anthropic.com>