Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.11.0
-
Fix Version/s: 5.11.1
-
Component/s: QML: Declarative and Javascript Engine
-
Labels: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.