Branch: refs/heads/nicholas/GH24150
Home: https://github.com/Perl/perl5
Commit: 6e94391455b13b065f9a7d59a4bb67c95c00b95c
https://github.com/Perl/perl5/commit/6e94391455b13b065f9a7d59a4bb67c95c00b95c
Author: Nicholas Clark <[email protected]>
Date: 2026-02-09 (Mon, 09 Feb 2026)
Changed paths:
M pad.c
Log Message:
-----------
padname_dup was calling ptr_table_fetch with the wrong variable
The call related to PadnameFIELDINFO should be ptr_table_fetch( ..., sinfo )
not ( ..., src ). All the casting to/from (void *) hides the problem. The
corresponding ptr_table_store call is ( ..., sinfo, dinfo ) - the two calls
should match.
The variable names are well chosen, but the compiler can't use them to infer
intent.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications