mackron / dr_libs

Audio decoding libraries for C/C++, each in a single source file.
Other
1.24k stars 205 forks source link

Assert triggered on seek (targetByte >= rangeLo), referenced issue #124

Closed kcgen closed 4 years ago

kcgen commented 4 years ago

Referenced issue: https://github.com/dreamer/dosbox-staging/issues/269

Seeking inside this truncated file: cd.zip

mackron commented 4 years ago

This should be fixed in https://github.com/mackron/dr_libs/commit/eaa125cc191e0047e4ba9aab7c59524fc326f504

See here for explanation: https://github.com/dosbox-staging/dosbox-staging/issues/269#issuecomment-609677734

kcgen commented 4 years ago

Thanks @mackron!