-
Notifications
You must be signed in to change notification settings - Fork 72
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
Null pointer dereference in patched wepoll code #85
Comments
From a cursory glance, this issue probably comes from using the distribution I've opened this here because we're planning on moving away from |
Um, did the distributor disable wepoll-ffi because of symbol conflicts with the original wepoll? |
The issue comes down to this:
A fix for this could be renaming all of the |
Thanks for the explanation! I agree that removing the dependency on C is the best solution here.
It is unfortunate that the linker does not report an error in this case. |
See piscisaureus/wepoll#32. It looks like the patched wepoll code has a null pointer dereference for when the poller is notified.
The text was updated successfully, but these errors were encountered: