• Roman Alifanov's avatar
    Fix coproc fd race condition on 32-bit systems · 5f7339cd
    Roman Alifanov authored
    Duplicate coproc fds with exec instead of copying fd numbers.
    Bash auto-closes coproc fds when the process exits, causing
    race conditions on slower systems. Save PID before coproc
    cleanup and close original write fd after dup to prevent hangs.
    5f7339cd
Name
Last commit
Last update
.gear Loading commit data...
bootstrap Loading commit data...
examples Loading commit data...
lib Loading commit data...
tests Loading commit data...
LANGUAGE_SPEC.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
README_ru.md Loading commit data...
content Loading commit data...
content.in Loading commit data...
content.spec Loading commit data...
meson.build Loading commit data...