-
Notifications
You must be signed in to change notification settings - Fork 15
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
Crash when a ipv4 packet is received #6
Comments
Could you give us some more information please? :
The best thing would be a complete example producing this crash, of course :-) . |
Node version: v7.8.0 The example causing crash: https://pastebin.com/nubUuG4M |
Okay, thanks! It seems that I can have this bug on node v7, but it doesnt crash on node v6. This may be a specific problem to this nodejs version. Edit: Also FYI I had to replace |
I nailed down the problem, it comes from I also found that the bug happens in node v6, but I have to use I just don't know if and how I can fix it, I'll try to report it to the nodejs team. |
Thanks to @bnoordhuis, I fixed it in commit 08f6ec4 . I pushed it to npm [email protected] . 😃 |
When a ipv4 packet is sent (I reply successfully to ARP), node has a crash:
The text was updated successfully, but these errors were encountered: