mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
afca99a40b
The ISO standard does not include implicit type conversion using `to_int`. This implicit conversion often causes vulnerability. There will be no more attacks like #4120. In addition, we have added internal convenience method `__to_int` which does type check and conversion (from floats).