Branch: refs/heads/CVE-2025-40909 Home: https://github.com/Perl/perl5 Commit: 39cd1e8d1b78247b661357e6faaa55bd4c72168b https://github.com/Perl/perl5/commit/39cd1e8d1b78247b661357e6faaa55bd4c72168b Author: Leon Timmermans <faw...@gmail.com> Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths: M Configure M Cross/config.sh-arm-linux M Cross/config.sh-arm-linux-n770 M Porting/Glossary M Porting/config.sh M config_h.SH M configure.com M plan9/config_sh.sample M sv.c M t/op/threads-dirh.t M win32/config.gc M win32/config.vc Log Message: ----------- Clone dirhandles without fchdir This uses fdopendir and dup to dirhandles. This means it won't change working directory during thread cloning, which prevents race conditions that can happen if a third thread is active at the same time. To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications