Skip to content

Memory leak #101

Open
Open
@dominiakm

Description

@dominiakm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions