Searched hist:40188 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/usr.bin/mail/
H A Dpopen.cdiff 40188 Sat Oct 10 17:18:30 MDT 1998 bde 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).

Completed in 100 milliseconds