[PATCH] malloc: Remove malloc hooks from fork handler

Florian Weimer fweimer@redhat.com
Wed Feb 10 21:48:00 GMT 2016


The fork handler now runs so late that there is no risk anymore that
other fork handlers in the same thread use malloc, so it is no
longer necessary to install malloc hooks which made a subset
of malloc functionality available to the thread that called fork.

Florian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0006-malloc-Remove-malloc-hooks-from-fork-handler.patch
Type: text/x-patch
Size: 6514 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20160210/437c4294/attachment.bin>


More information about the Libc-alpha mailing list