diff options
author | Rich Felker <dalias@aerifal.cx> | 2022-12-17 16:00:19 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2022-12-17 16:00:19 -0500 |
commit | 9532ae1318201d66b235a618df16aac0b3386630 (patch) | |
tree | dea07b4ce3c15d9e0280a3d96726cd0af77c8d08 /src/crypt/crypt_sha512.c | |
parent | 7d358599d4c8f793cfb42ee49ff5e1d107de6ee4 (diff) | |
download | musl-9532ae1318201d66b235a618df16aac0b3386630.tar.gz musl-9532ae1318201d66b235a618df16aac0b3386630.tar.bz2 musl-9532ae1318201d66b235a618df16aac0b3386630.tar.xz musl-9532ae1318201d66b235a618df16aac0b3386630.zip |
use libc-internal malloc for pthread_atfork
while no lock is held here making it a lock-order issue, replacement
malloc is likely to want to use pthread_atfork, possibly making the
call to malloc infinitely recursive.
even if not, there is no reason to prefer an application-provided
malloc here.
Diffstat (limited to 'src/crypt/crypt_sha512.c')
0 files changed, 0 insertions, 0 deletions