• Max Kellermann's avatar
    text_file: allocate line buffers dynamically · 9bcfd3a4
    Max Kellermann authored
    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.
    9bcfd3a4
text_file.h 1.25 KB