Date: Fri, 15 Jun 2007 22:00:16 +0000 (UTC) From: Jason Evans <jasone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib malloc.c Message-ID: <200706152200.l5FM0GtX031292@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jasone 2007-06-15 22:00:16 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Fix junk/zero filling for realloc(). Junk filling was missing in one case, and zero filling was broken in a way that could cause memory corruption. Update comments. Revision Changes Path 1.147 +48 -36 src/lib/libc/stdlib/malloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706152200.l5FM0GtX031292>