Attention is currently required from: neels, pespin.
Patch set 1:Code-Review +1
1 comment:
File src/libmsc/sdp_msg.c:
Patch Set #1, Line 271: if (!sdp_audio_codec_is_set(codec))
Isn't sdp_audio_codec_is_set() implemented by checking codec->subtype_name[0] like before? what's ch […]
the previous code did not check if codec->subtype was a valid pointer at all, and unconditionally dereferenced it. The new code is now checkign for a valid pointer, and whether the first character is non-NUL.
To view, visit change 30111. To unsubscribe, or for help writing mail filters, visit settings.