-
Notifications
You must be signed in to change notification settings - Fork 634
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 while resolving local hostname #28
Labels
Comments
managed to fix it by inserting
after
in core.c Besides, it's needed to add
in 'have_ip' section or programs that directly uses gethostbyname() (such as perl) won't work. E.g.
fails with
|
Can you submit this as pull-up request it's easier to merge and review that way. |
Also I would like to merge your changes, if you would like to see them in your parent repo. |
crass
pushed a commit
to crass/proxychains-remove
that referenced
this issue
Sep 1, 2018
Chromium tried to close our pipes and falls into infinity loop.
Stale issue message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm getting segfault while connecting to any server by domain:
While exploring the code I found that 'proxy_gethostbyname' returns a partially zeroed structure when trying to resolve local hostname, so it causes segfault in telnet (I think so).
The text was updated successfully, but these errors were encountered: