Comment 2 for bug 1862916

Revision history for this message
mdavidsaver (mdavidsaver) wrote :

I find only two places where pushDatagramMsg() is called. One with pExt!=NULL, and the other with pExt==NULL && extsize==0. So this won't currently trigger a issue. I see no harm in adding a NULL test for pExt, or an assert() that pExt==NULL requires extsize==0.