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

Allow CR and FF inside of string fields and fix parser panic #7427

Merged
merged 2 commits into from
Apr 28, 2020

Conversation

danielnelson
Copy link
Contributor

In addition to the CR/FF change, this fixes a panic/inf loop if you call Next() on the parser after a io.Reader error.

closes #7406

Required for all PRs:

  • Signed CLA.
  • Associated README.md updated.
  • Has appropriate unit tests.

@danielnelson danielnelson added the fix pr to fix corresponding bug label Apr 28, 2020
@danielnelson danielnelson added this to the 1.14.2 milestone Apr 28, 2020
@danielnelson danielnelson requested a review from ssoroka April 28, 2020 17:55
@danielnelson danielnelson merged commit cf3d48b into master Apr 28, 2020
@danielnelson danielnelson deleted the stream-parser-fixes branch April 28, 2020 21:42
danielnelson added a commit that referenced this pull request Apr 28, 2020
idohalevi pushed a commit to idohalevi/telegraf that referenced this pull request Sep 29, 2020
arstercz pushed a commit to arstercz/telegraf that referenced this pull request Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Converter Processor - Tag to string Field - chars escapes leads to invalid points
2 participants