Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.11.0
-
None
Description
Runtime::method_mod() appears to crash on evaluation of
var a = -2147483648; var b = -1; var c = a % b;
nodejs and firefox's console return -0 in that case.