Re: Multiple bugs/vulns(?)
"Robert Hegemann" <[email protected]>
| Newsgroups | gmane.comp.audio.mp3.lame |
|---|---|
| Message-ID | <op.xoyp8lkf7p99ik@krypton> |
Here my quick findings about your problem samples: lame_bug1.wav -> bits_per_sample is 0 ! => lame should do sanity check and reject this file with: "unsupported bits per sample: 0" lame_bug2.wav -> samples_per_sec is 0x8000ac44 => looks like junk crept into the sign bit, if we ignore the upper 16 bits, it looks like writing application meant typical 44.1 kHz. Anyway, lame should do sanity check and reject this file with: "unsupported sample rate: 0x8000ac44" Ciao Robert ------------------------------------------------------------------------------