diff options
author | deischen <deischen@FreeBSD.org> | 2001-10-21 18:23:50 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2001-10-21 18:23:50 +0000 |
commit | 359955a1956383c238da1fab2a6b379f9ce90dd7 (patch) | |
tree | e1272156fb3445e9c94eb638512e31562b21a014 /sys/kern/sys_process.c | |
parent | 18c0fc80c555a954eee3aa8da3188e269f9ff9b6 (diff) | |
download | FreeBSD-src-359955a1956383c238da1fab2a6b379f9ce90dd7.zip FreeBSD-src-359955a1956383c238da1fab2a6b379f9ce90dd7.tar.gz |
In the words of the submitter:
In libc_r, if _FDLOCKS_ENABLED is not defined, there is no guarantee
in many of the sycall wrappers that _thread_fd_table[fd] is
initialized. This causes problems for programs that pass in file
descriptors and execve() another program; when the exec'ed program
tries to do an fcntl() or other syscall on the passed-in fd, it fails.
Add calls to initialize the FD table entry for _thread_fd_lock and
_thread_fd_lock_debug.
Submitted by: Peter S. Housel <housel@acm.org>
Diffstat (limited to 'sys/kern/sys_process.c')
0 files changed, 0 insertions, 0 deletions