Date: Mon, 21 Oct 1996 01:52:02 -0700 (PDT) From: Poul-Henning Kamp <phk> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/join join.c Message-ID: <199610210852.BAA02291@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 96/10/21 01:52:01 Modified: usr.bin/join join.c Log: Don't access stuff we have realloc()'ed using the old pointer. This is a sample of a new class of malloc usage errors that the Junk option to phkmalloc will expose. Found by: phkmalloc. Revision Changes Path 1.3 +3 -2 src/usr.bin/join/join.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610210852.BAA02291>