use internal malloc for posix_spawn file actions objects
authorRich Felker <dalias@aerifal.cx>
Mon, 15 Mar 2021 14:21:29 +0000 (10:21 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 15 Mar 2021 14:21:29 +0000 (10:21 -0400)
commit8ef9d46f4d0ff4f0073da6bee7ed0cb5f9035ead
tree75cc3d0836a56efcf475943b811421366a2db5bd
parentcfdfd5ea3ce14c6abf7fb22a531f3d99518b5a1b
use internal malloc for posix_spawn file actions objects

this makes it possible to perform actions on file actions objects with
a libc-internal lock held without creating lock order relationships
that are silently imposed on an application-provided malloc.
src/process/fdop.h