Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
5.3.0 RC1
-
None
Description
in some cases, while deleting or creating large objects, the application crashes at Value::isObject() or Value::isString() in qv4value_inl_p.h
Adding more guards to the pointers in those functions seems to solve the crash (see attached patch).