[reSIProcate] Possible issue in AresDnsPollItem

Scott Godin sgodin at sipspectrum.com
Tue Feb 18 15:23:49 CST 2014


Fixed - thanks Dario!


On Tue, Feb 18, 2014 at 3:56 PM, Dario Bozzali <Dario.Bozzali at ifmgroup.it>wrote:

>  Hi all,
>
> I'm using the latest revision of Resiprocate mainline (10976) and I
> noticed a possible issue in AresDnsPollItem class, in particular in
> resetPollGrp() method.
> In my opinion it could happen that mPollGrp is NULL, so we should check it
> (same check is done in several other places in the code, for example in
> AresDns).
> In detail
>     if (mPollGrp) {
>         mPollGrp->delPollItem(mPollHandle);
>     }
> instead of
>     mPollGrp->delPollItem(mPollHandle);
>
> Best regards,
> Dario.
>
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel at resiprocate.org
> https://list.resiprocate.org/mailman/listinfo/resiprocate-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.resiprocate.org/pipermail/resiprocate-devel/attachments/20140218/469a4d50/attachment.htm>


More information about the resiprocate-devel mailing list