In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/3b1150bcdd8b7f453ccf6ae447cfb08f2a5d74a6?hp=9f300641fc6fb15749f287d7ac7fd6f312b3edd8>
- Log ----------------------------------------------------------------- commit 3b1150bcdd8b7f453ccf6ae447cfb08f2a5d74a6 Author: Tony Cook <[email protected]> Date: Thu May 9 10:29:17 2019 +1000 perldelta for 9f300641fc6f ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 566cb8fb1c..4e12309088 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -372,6 +372,14 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>. C<sort SUBNAME> within an C<eval EXPR> when C<EXPR> was UTF-8 upgraded could panic if the C<SUBNAME> was non-ASCII. [perl #134061] +=item * + +Correctly handle realloc() modifying C<errno> on success so that the +modification isn't visible to the perl user, since realloc() is called +implicitly by the interpreter. This modification is permitted by the +C standard, but has only been observed on FreeBSD 13.0-CURRENT. [perl +#133958] + =back =head1 Known Problems -- Perl5 Master Repository
