Date: Thu, 30 Apr 1998 00:53:37 -0700 (PDT) From: Thomas Gellekum <tg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdlib malloc.c Message-ID: <199804300753.AAA08684@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tg 1998/04/30 00:53:37 PDT Modified files: (Branch: RELENG_2_2) lib/libc/stdlib malloc.c Log: MFC part 5: Fix recursion problem which occurs when a signal is received during a malloc. The signal handler creates a thread which requires a malloc... For now, the only thing to do is to block signals. Revision Changes Path 1.18.2.5 +12 -3 src/lib/libc/stdlib/malloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804300753.AAA08684>