newrelic / go-agent

New Relic Go Agent
Apache License 2.0
775 stars 295 forks source link

Fix zerologwriter json parser bug #961

Closed nr-swilloughby closed 2 months ago

nr-swilloughby commented 2 months ago

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.