sommerfe
2f0f84b8e8
bug fix to fdavail: be consistent about taking per-process descriptor
limit into account when checking against the limit; fdp->fd_nfiles may be greater than the current descriptor limit, and there may be space in fdp->fd_ofiles beyond the limit. If we say it's available, unp_externalize will get confused and panic when fdalloc fails.
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%