-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Dissect trim panics from unicode DELETE (\u007f) char #30657
Labels
Comments
This was referenced Mar 2, 2022
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
adriansr
pushed a commit
that referenced
this issue
Mar 16, 2022
Fixes an index out of range panic with asciiTrimmer.Trim(). Closes #30657
kush-elastic
pushed a commit
to kush-elastic/beats
that referenced
this issue
May 2, 2022
Fixes an index out of range panic with asciiTrimmer.Trim(). Closes elastic#30657
leweafan
pushed a commit
to leweafan/beats
that referenced
this issue
Apr 28, 2023
…007f) character (elastic#30867) Fixes an index out of range panic with asciiTrimmer.Trim(). Closes elastic#30657 (cherry picked from commit 70298dd) Co-authored-by: Thomas Montague <montague.thomas@gmail.com>
chrisberkhout
pushed a commit
that referenced
this issue
Jun 1, 2023
Fixes an index out of range panic with asciiTrimmer.Trim(). Closes #30657
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We hit a panic with parsing logs using dissect with trim when a line had a DELETE (127)(\u007f) character at the end of the line.
Test to trigger the panic:
The text was updated successfully, but these errors were encountered: