• Michael McConville's avatar
    A few more OpenBSD fixes · 4b780a34
    Michael McConville authored
    Namely:
    
     o use malloc where an xCalloc slipped in
    
     o safeguard against an empty arg list - I don't think it's possible,
       but it would be potentially exploitable
    
     o we need to initialize the arg string to an empty string because we no
     longer use strlcpy(3)
    
     o annotate a tricky use of strlcpy(3)'s truncation
    4b780a34
OpenBSDProcessList.c 7.97 KB