Skip to content

v3.4.10: [safe-vibe-coding] Prevent leaking FDs (#74)

Choose a tag to compare

@github-actions github-actions released this 21 Apr 20:31
· 22 commits to main since this release
446beeb
We had a problem in the past where the middle process was holding onto
some file descriptors unnecessarily.

This change now makes the middle process close all file descriptors
immediately after forking so that the total number of references to
those files stays as it is expected.