You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
This code bug was found while investigating another bug (thaliproject/Thali_CordovaPlugin#1592).
https://github.com/thaliproject/jxcore/blob/master/src/jx/Proxy/Mozilla_340/MozJS/MozValue.cc#L1151-L1155
hval
is allocated on the stack and then passed toAddNamedValueRoot
that is expecting aJS::Value
object allocated on the heap.The bug is low priority since that code path is not currently used by the ThaliProject code or any JXcore test.
The text was updated successfully, but these errors were encountered: