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

Fix zerologwriter json parser bug #961

Merged
merged 2 commits into from
Sep 10, 2024

Conversation

nr-swilloughby
Copy link
Contributor

Fixes Issue #955
The JSON parser used by zerologwriter wasn't able to cope with some patterns of input that were given to it, causing a runtime panic. This code change makes the parser more robust and avoids the panic condition that was occurring.

@nr-swilloughby nr-swilloughby marked this pull request as ready for review September 6, 2024 23:22
@nr-swilloughby nr-swilloughby merged commit 600a6ca into newrelic:develop Sep 10, 2024
55 checks passed
@nr-swilloughby nr-swilloughby deleted the 955_json_error branch September 10, 2024 01:22
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