bug reading certain wav file

Lukáš Lalinský lalinsky at gmail.com
Wed Oct 5 16:13:50 UTC 2011


On Wed, Oct 5, 2011 at 3:44 PM, Jens Nachtigall <nachtigall at web.de> wrote:
> This wav file causes tagreader to allocate about 2GB of memory until it
> causes a SIGABRT. Any solution / direction for debuggin? Should I open a
> bug?

The file contains zero-sized data chunk, which causes TagLib to end up
in an infinite loop. I don't think it can reliably write tags to it,
so I'll just make it mark the file as invalid.

Lukas


More information about the taglib-devel mailing list