Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/bsd/blocklist/port
Module Name: src
Committed By: christos
Date: Sat Feb 7 14:26:07 UTC 2026
Modified Files:
src/external/bsd/blocklist/port: popenve.c
Log Message:
>From des at FreeBSD dot org:
* Use fork(2) instead of vfork(2), preventing a race between the parent
updating pidlist and the child iterating over it.
* Move fdopen(3) calls form pdes_parent() to pdes_get() so we can fail
if fdopen(3) fails, e.g. if the file descriptors are too big.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/blocklist/port/popenve.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index