-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Segmentation fault in cmdline input provider #46
Comments
Additional debugging output by @ajzach: 2° error using the master version (ff587e):
|
I'm still seeing this with snoopy 2.3.1. I also notice that the segfault seems to be coming from strlen. Which makes me think the segfault is happening on line 66 of the current master:
So somehow snoopy_inputdatastorage_argv is either NULL or not a null-terminated string. |
Hi Thayne, A quote from README: Retest it with latest version. PS: Where are you guys getting these old versions from? |
We are using Ubuntu 16.04. 2.3.1 is the latest version in the Xenial repository. Using a more recent version would be pretty difficult for us. |
There is a contact for Ubuntu build maintainer on the build project page (not maintained by me): 2.3.1 is not the latest available Snoopy version :) |
Originally reported by @ajzach in issue #39:
Error with master version (ff587e):
b.
The text was updated successfully, but these errors were encountered: