• Max Kellermann's avatar
    decoer/dsf: fix endless loop on malformed file · 23dce216
    Max Kellermann authored
    When the data chunk size is not a multiple of the frame size, the last
    partial frame lead to an endless loop.  We fix this by checking
    chunk_sze>=frame instead of chunk_sze>0.  This way, the partial frame
    is simply skipped.
    23dce216
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS 45.8 KB