Date: Tue, 17 Sep 1996 12:50:25 -0700 (PDT) From: Poul-Henning Kamp <phk> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdlib malloc.c Message-ID: <199609171950.MAA10394@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 96/09/17 12:50:24 Modified: lib/libc/stdlib malloc.c Log: Fix a very rare error condition: The code to free VM back to the kernel as done after a quasi-recursive call to free() had modified what we thought we knew about the last chunk of pages. This bug manifested itself when I did a "make obj" from src/usr.sbin/lpr, then make would coredump in the lpd directory. Revision Changes Path 1.12 +4 -3 src/lib/libc/stdlib/malloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609171950.MAA10394>