From 3b1150bcdd8b7f453ccf6ae447cfb08f2a5d74a6 Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Thu, 9 May 2019 10:29:17 +1000 Subject: [PATCH] perldelta for 9f300641fc6f --- pod/perldelta.pod | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 566cb8f..4e12309 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -372,6 +372,14 @@ files in F and F are best summarized in L. C within an C when C was UTF-8 upgraded could panic if the C was non-ASCII. [perl #134061] +=item * + +Correctly handle realloc() modifying C 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 -- 1.8.3.1