cvs commit: src/usr.bin/truss syscalls.c
Alfred Perlstein
alfred at FreeBSD.org
Thu Mar 3 17:20:37 GMT 2005
alfred 2005-03-03 17:20:36 UTC
FreeBSD src repository
Modified files:
usr.bin/truss syscalls.c
Log:
Change fix a bug where the length of data written by snprintf was
being mishandled by using accumulation (into an uninitialized
variable) instead of direct assignment.
Reviewed by: scottl
Revision Changes Path
1.46 +1 -1 src/usr.bin/truss/syscalls.c
More information about the cvs-src
mailing list