Skip to content

Commit fef3a42

Browse files
tonycozmauke
authored andcommitted
perldelta for prevent duplicate free of RExC state
1 parent 0c859ae commit fef3a42

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
@@ -385,6 +385,11 @@ point part. This should save 24 bytes per stored line for 64-bit
385385
systems, more for C<-Duselongdouble> or C<-Dusequadmath> builds.
386386
Discussed in [GH #23171].
387387

388+
=item *
389+
390+
Ensure cloning the save stack for fork emulation doesn't duplicate
391+
freeing the RExC state. [GH #23022]
392+
388393
=back
389394

390395
=head1 Known Problems

0 commit comments

Comments
 (0)