Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 4a9e05cb267da317fdf7958207e77a5c9e3e5ff2
https://github.com/Perl/perl5/commit/4a9e05cb267da317fdf7958207e77a5c9e3e5ff2
Author: Karl Williamson <[email protected]>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M pp_sys.c
Log Message:
-----------
pp_syswrite: Use new utf8_to_bytes_temp_pv()
I considered using utf8_to_bytes_new_pv() and retaining all the free calls,
but it seemed to me that it is brittle to have so many code paths that
this could leak from, and whatever overhead a SAVEFREEPV() might add is
dwarded by the syswrite.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications