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
They get runtime offset(memory pointer) from companion class, and then try to operate on instances of the module class.
This could lead to arbitrary behavior, including killing the VM.
The text was updated successfully, but these errors were encountered:
Marking this low priority as it does not stop us from bootstrapping.
At some point I want to refactor lazy vals, and that would be a good moment to fix this.
They get runtime offset(memory pointer) from companion class, and then try to operate on instances of the module class.
This could lead to arbitrary behavior, including killing the VM.
The text was updated successfully, but these errors were encountered: