• Russ Cox's avatar
    avoid strncat in formatters. · 6e1ad041
    Russ Cox authored
    the n argument to strncat is the maximum
    number of bytes to read from the src,
    not the total size of the destination.
    
    R=ken
    OCL=31871
    CL=31875
    6e1ad041
subr.c 47.9 KB