• Jan Brittenson's avatar
    DSF ID3 tags hitting 4k size limit · 35db88af
    Jan Brittenson authored
    Here's a change to dynamically allocate the DSD ID3 tag buffer.
    Pretty much anything with cover art is going to exceed the existing,
    static 4k limit...  Here's a change to dynamically allocate the buffer
    and sanity check it at some upper limit.  I rather arbitrarily pulled
    256k out of thin air just to keep a corrupt file from causing it to
    trying to allocate a buffer larger than available memory.
    35db88af
Name
Last commit
Last update
..
plugins Loading commit data...
DecoderAPI.cxx Loading commit data...
DecoderAPI.hxx Loading commit data...
DecoderBuffer.cxx Loading commit data...
DecoderBuffer.hxx Loading commit data...
DecoderCommand.hxx Loading commit data...
DecoderControl.cxx Loading commit data...
DecoderControl.hxx Loading commit data...
DecoderError.cxx Loading commit data...
DecoderError.hxx Loading commit data...
DecoderInternal.cxx Loading commit data...
DecoderInternal.hxx Loading commit data...
DecoderList.cxx Loading commit data...
DecoderList.hxx Loading commit data...
DecoderPlugin.cxx Loading commit data...
DecoderPlugin.hxx Loading commit data...
DecoderPrint.cxx Loading commit data...
DecoderPrint.hxx Loading commit data...
DecoderThread.cxx Loading commit data...
DecoderThread.hxx Loading commit data...