You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments