• Tollef Fog Heen's avatar
    Use memchr rather than strchr/index · b2d19c5f
    Tollef Fog Heen authored
    the strings we get from the libvarnishapi functions are not
    necessarily null-terminated, so avoid using str* functions on them.
    
    Thanks to lampe for the patch.
    
    Fixes #1115
    b2d19c5f
varnishncsa.c 19.7 KB