liboggz2: Segmentation Fault in oggz_comment_cmp()
This issue was initially reported as https://bugs.debian.org/964302 by Rafael Dutra rafael.dutra@cispa.saarland:
This bug causes a crash in the application when a specially crafted input file is parsed. It's a read violation to address NULL at src/liboggz/oggz_comments.c:217:7 in oggz_comment_cmp().
To reproduce: Install oggz-tools package. Run the command oggz-validate input_file.ogg
I'm sending attached an input file that triggers the bug.
Edited by Petter Reinholdtsen