Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: d6f09a896842e5288af5d3817756b67a919ad7ad https://github.com/Perl/perl5/commit/d6f09a896842e5288af5d3817756b67a919ad7ad Author: Leon Timmermans <faw...@gmail.com> Date: 2025-06-10 (Tue, 10 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. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications