Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for crashes caused by string length limits #456

Open
cpcallen opened this issue Mar 8, 2021 · 0 comments
Open

Check for crashes caused by string length limits #456

cpcallen opened this issue Mar 8, 2021 · 0 comments
Labels
server Things related to the codecity server proper
Milestone

Comments

@cpcallen
Copy link
Collaborator

cpcallen commented Mar 8, 2021

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).

@cpcallen cpcallen added the server Things related to the codecity server proper label Mar 8, 2021
@cpcallen cpcallen added this to the Launch: Alpha milestone Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server Things related to the codecity server proper
Projects
None yet
Development

No branches or pull requests

1 participant