Skip to content
  • Timothy B. Terriberry's avatar
    Add missing NULL check to opus_tags_parse(). · bd607f5c
    Timothy B. Terriberry authored
    According to the API, you can pass in a NULL OpusTags object to
     simply check if the comment packet is valid, without storing the
     parsed results.
    However, the additions to store binary metadata in commit
     0221ca95 did not check for this.
    
    Fixes Coverity CID 149873.
    bd607f5c