Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 70bac31a4f4e90f39d9876a34715f0c83d2684dd https://github.com/Perl/perl5/commit/70bac31a4f4e90f39d9876a34715f0c83d2684dd Author: Paul "LeoNerd" Evans <[email protected]> Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M util.c
Log Message:
-----------
Avoid a use-after-free warning by converting a pointer to a UV for debug
print purposes before we call realloc() on it
