google / google/CodeCity

Check for crashes caused by string length limits

Open
#456 0 comments 0 reactions 0 assignees View on GitHub
server
Dominant language
JavaScript
Stars
198
Forks
38
PR merge metrics
No merged PRs in 30d

Description

There is a maximum string length limit, and operations which concatenate strings will throw `RangeError: Invalid string length` if it is exceeded.

There are probably very many places in the interpreter where we should be guarding against such errors (and translating them into userland errors).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.