HomeFreeBSD

vfork -> fork. This home made popen() had the same bug as the library
rS40188Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

vfork -> fork. This home made popen() had the same bug as the library
popen(), but worse. The child calls execvp(), which calls malloc()
a bit more than execl(), and it calls non-library functions that call
malloc() and who-knows-what else (stdio is called in at least some
error cases).

Details

Provenance
bdeAuthored on
Parents
rS40187: Fixed gross breakage in previous commit. The malloc sizes for the
Branches
Unknown
Tags
Unknown

Event Timeline