Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 49e03d5cdb0c4f270fade93eebcc82dd5b78eef3
      
https://github.com/Perl/perl5/commit/49e03d5cdb0c4f270fade93eebcc82dd5b78eef3
  Author: Richard Leach <richardle...@users.noreply.github.com>
  Date:   2025-08-11 (Mon, 11 Aug 2025)

  Changed paths:
    M sv.c

  Log Message:
  -----------
  sv_grow - new allocs are at least a sensible size

We don't believe that the size of new buffers allocated via Perl_sv_grow
should be rounded up, but with the new `expected_size` macro we can
ensure that `newlen` is not smaller than the minimum possible allocation
and is at least rounded up to the nearest PTRSIZE.



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

Reply via email to