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
Result:
The interpreter process starts allocating more and more memory, eventually leading to being killed by OOM killer.
This can cause a denial of service of the entire system using this software, as it can disrupt other process running on the same machine due to memory exhaustion.
Expected resut:
Garbage collector should be able to collect unnecesary objects, memory usage should be controlled and low.
The text was updated successfully, but these errors were encountered:
Version:
64c3a9c
Testcase:
while(((Uint8Array(+((Object)))|(0))+Function())) {}
Result:
The interpreter process starts allocating more and more memory, eventually leading to being killed by OOM killer.
This can cause a denial of service of the entire system using this software, as it can disrupt other process running on the same machine due to memory exhaustion.
Expected resut:
Garbage collector should be able to collect unnecesary objects, memory usage should be controlled and low.
The text was updated successfully, but these errors were encountered: