xiph / flac

Free Lossless Audio Codec
https://xiph.org/flac/
GNU Free Documentation License v1.3
1.63k stars 277 forks source link

Refind import cuesheet op after appending seekpoints #677

Closed ktmf01 closed 7 months ago

ktmf01 commented 7 months ago

This fixes a heap-use-after-free. The free was part of a realloc, and the cuesheet op handle was still pointing to the old allocation

Credit: Oss-Fuzz Issue: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=61292