Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 40ed368444e1159f6c72323d96b840764572b2fc
      
https://github.com/Perl/perl5/commit/40ed368444e1159f6c72323d96b840764572b2fc
  Author: Lukas Mai <[email protected]>
  Date:   2026-02-06 (Fri, 06 Feb 2026)

  Changed paths:
    M pp_pack.c

  Log Message:
  -----------
  utf8_to_bytes: remove bad const from output argument

The 'const' was added in commit f7fe979eb250 (when the function was
still called uni_to_bytes()). This was an error because the function
writes through buf, but it went unnoticed because the (U8 *) casts in
the function body inadvertently cast away const, too.

May address the clang build warnings in #24165.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to