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

various bugs #36

Open
grinapo opened this issue Sep 17, 2021 · 1 comment
Open

various bugs #36

grinapo opened this issue Sep 17, 2021 · 1 comment

Comments

@grinapo
Copy link

grinapo commented Sep 17, 2021

I am not sure there's a point reporting bugs, since this project seems to be dormant at best. I just summarize.

  • debug masks sometimes get lost, for example grok_config.c never logs for me, which is bad for filename errors (or, actually, config errors)
  • plenty of segfaults due to non-checked return values from extrenal libs, mainly libpcre
    ** for eample grok_match_walk_next accepts position 1852178432 happily for a 80 characters long string - and also crashes happily immediately after.
  • libpcre seems to limit regexp length, none of my (test) grok files was below the limit. :-)
  • non-follow file read doesn't work; I haven't checked how it was designed, but definitely not as expected.
  • Makefile clean does not clean libgrok* and discogrok binaries
@grinapo
Copy link
Author

grinapo commented Sep 17, 2021

Added PR #37 for the bounds check bugging me.

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

No branches or pull requests

1 participant