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

Use JSONParser.parseStrict when possible #567

Merged
merged 1 commit into from
Mar 19, 2019

Conversation

alvarezguille
Copy link
Member

@alvarezguille alvarezguille commented Mar 19, 2019

parseLenient uses eval which can lead to memory leaks
eval is still used for jsonState to avoid a breaking change in examples like JSAndJavaApi
and in function evaluation for formatters and other function properties


This change is Reviewable

parseLenient uses eval which can lead to memory leaks
eval is still used for jsonState to avoid a breaking change in examples like JSAndJavaApi
and in function evaluation for formatters and other function properties
Copy link
Contributor

@tulioag tulioag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@alvarezguille alvarezguille merged commit 768ccb8 into master Mar 19, 2019
@alvarezguille alvarezguille deleted the task/535-use-parse-strict branch March 19, 2019 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants