Skip to content
Commit 229a4a07 authored by Florian Weimer's avatar Florian Weimer Committed by Mike Frysinger
Browse files

malloc: Remove malloc hooks from fork handler

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.

(cherry picked from commit 8a727af9)
(cherry picked from commit 927170dd)
parent e7758c56
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment