Date: Sat, 9 Nov 2002 14:28:38 -0800 (PST) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/truss syscalls.c Message-ID: <200211092228.gA9MScXF016118@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2002/11/09 14:28:38 PST Modified files: usr.bin/truss syscalls.c Log: Check if name is NULL before we strcmp the syscall name. This was sometimes triggered if you began trussing a process while it was in a syscall, as the name is filled in when the syscall is made. Revision Changes Path 1.27 +1 -1 src/usr.bin/truss/syscalls.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211092228.gA9MScXF016118>