• Martin Blix Grydeland's avatar
    Do not use VNUM() in varnishncsa · 27cc6ff6
    Martin Blix Grydeland authored
    The strings in varnishncsa are not necessarily null-terminated, but
    having a start and an end pointer. The VNUM() thus fails when not
    seeing the end of string null character, causing parsing failures.
    27cc6ff6
varnishncsa.c 20.6 KB