Skip to content

stun: check identifier before using it

Michael Olbrich requested to merge mol/libnice:keepalive into master

By default, 'candidate_identifier == NULL' only happens for 'compatibility == NICE_COMPATIBILITY_GOOGLE'. However, keepalive=true will also trigger the same code path so candidate_identifier must be checked to avoid a segfault.

Merge request reports