Branch: refs/heads/maint-5.38 Home: https://github.com/Perl/perl5 Commit: 0bb170146084d626e1ff0dee1936b9eb92a68cf9 https://github.com/Perl/perl5/commit/0bb170146084d626e1ff0dee1936b9eb92a68cf9 Author: Leon Timmermans <faw...@gmail.com> Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths: M sv.c Log Message: ----------- Use PerlLIO_dup_cloexec in Perl_dirp_dup to set O_CLOEXEC dup doesn't mark the new descriptor as close-on-exec, which can lead to a descriptor leaking to the new process. (cherry picked from commit d6f09a896842e5288af5d3817756b67a919ad7ad) To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications