-
Notifications
You must be signed in to change notification settings - Fork 285
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 deref crash in m_copydata #454
Comments
I would love to have a way to reproduce it... If I remember it correctly, the problem must be earlier, the backtrace just shows where the earlier bug manifests in a NULL pointer dereference. |
I wonder if this is the same root-cause as #160 (comment) ? In the crashing code we're not using SCTP_PR_SCTP_PRIO, but are using SCTP_PR_SCTP_RTX. The code calling sendv() is :
|
I wouldn't assume people are using |
We are seeing another crash even after updating usrsctp to revision bee946a.
It's similar to #351 and #382, except this time stemming from
usrsctp_sendv
rather thanusrsctp_conninput
.Also, we're seeing this in the wild rather than with a fuzzer, so we don't have a way to reproduce. Are you aware of any issue like this?
The text was updated successfully, but these errors were encountered: