• 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
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib/godoc Loading commit data...
misc/xcode Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr Loading commit data...