Linux specific things
Details
Details
Description
Yesterday
Yesterday
Tue, Jan 14
Tue, Jan 14
• gniibe changed the status of T7478: _gpg_close_all_fds hangs on nwer Linux systems in a simple chroot w/o /proc/self/fd from Open to Testing.
• gniibe added a comment to T7478: _gpg_close_all_fds hangs on nwer Linux systems in a simple chroot w/o /proc/self/fd.
@werner I read the code of gpgme/src/posix-io.c. I understand the two points:
- For the correctness sake, the possible interrupted closefrom should be handled.
- we can share the code with the case of max_fds
Jan 8 2025
Jan 8 2025
• werner added a comment to T7478: _gpg_close_all_fds hangs on nwer Linux systems in a simple chroot w/o /proc/self/fd.
@gniibe: Please see gpgme/src/posix-io.c where we have this: