Date: Thu, 15 Jan 2004 10:35:32 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libstand stand.h zalloc_malloc.c Message-ID: <200401151835.i0FIZWrZ035318@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004/01/15 10:35:32 PST FreeBSD src repository Modified files: lib/libstand stand.h zalloc_malloc.c Log: - Print out line number in a panic message using %d rather than %p. Line numbers aren't pointers. - Add a __printflike() attribute to libstand's panic() prototype to catch such bogons in the future. Revision Changes Path 1.39 +1 -1 src/lib/libstand/stand.h 1.8 +1 -1 src/lib/libstand/zalloc_malloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401151835.i0FIZWrZ035318>