[sr-dev] [kamailio/kamailio] pua: removed null pointer access from subscribe_cbparam() (#1409)
Daniel-Constantin Mierla
notifications at github.com
Thu Jan 25 14:46:06 CET 2018
Thanks for finding this, looks like a copy&paste issue, so I think the condition should not be removed but fixed -- instead of:
```
if(subs->extra_headers && hentity->extra_headers->s)
```
There should be:
```
if(subs->extra_headers && subst->extra_headers->s)
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/1409#issuecomment-360470585
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20180125/8aa4f386/attachment.html>
More information about the sr-dev
mailing list