-
Notifications
You must be signed in to change notification settings - Fork 956
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
bugfix in topoh module #952
Conversation
…f there is no VIA header in sip message
I am curious when this was happening, because there should be at least one via header and iirc, there is basic parsing done for it and lack of a via should trigger an error. I will merge the patch, but first in master and the pick it into 4.4. |
@miconda: You are right, the Via header was present as indicated in this backtrace (see
|
Thank! I will try too look more into it and see if there is something wrong. Your patch is in master and 4.4 branches now. |
Avoid crash (dereferencing null pointer) if there is no VIA header in sip message