• vasil's avatar
    branches/5.1: · 08c4820d
    vasil authored
    Fix Bug#36149 Read buffer overflow in srv0start.c found during "make test"
    
    Use strncmp(3) instead of memcmp(3) to avoid reading past end of the string
    if it is empty (*str == '\0'). This bug is _not_ a buffer overflow.
    
    Discussed with:	Sunny (via IM)
    08c4820d
srv0start.c 49.3 KB