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)
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.


No differences found