• 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
android Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...