text_file: allocate line buffers dynamically
Use a single GString buffer object in all functions loading the
database. Enlarge it automatically for long lines. This eliminates
the maximum line length for tag values. There is still an upper limit
of 512 kB to prevent denial of service, but that's reasonable I guess.
Showing
src/text_file.c
0 → 100644
src/text_file.h
0 → 100644
Please
register
or
sign in
to comment