Skip to content
  • Michael Olbrich's avatar
    stun: check identifier before using it · b257672b
    Michael Olbrich authored
    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.
    b257672b