• Kevin Grittner's avatar
    Fix buffer overrun in isolation test program. · 7cb964ac
    Kevin Grittner authored
    Commit 061b88c7 saved argv0 to a
    global buffer without ensuring that it was zero terminated,
    allowing references to it to overrun the buffer and access other
    memory.  This probably would not have presented any security risk,
    but could have resulted in very confusing failures if the path to
    the executable was very long.
    
    Reported by David Rowley
    7cb964ac
isolation_main.c 3.68 KB