Skip to content

Commit af99360

Browse files
committed
perldelta for new sv_vcatpvfn_flags malformed behavior
1 parent 4a38ddc commit af99360

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pod/perldelta.pod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,11 @@ It also now uses C<Perl_expected_size>, compared against the current
418418
buffer size, and does not try to do a reallocation if the requested
419419
memory saving is unrealistic.
420420

421+
=item *
422+
423+
C<sv_vcatpvfn_flags()> now substitutes the Unicode REPLACEMENT CHARACTER
424+
for malformed input. Previously it used the NUL character.
425+
421426
=back
422427

423428
=head1 Selected Bug Fixes

0 commit comments

Comments
 (0)