summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2021-11-15 11:49:25 +1100
committerTony Cook <tony@develop-help.com>2021-11-15 11:49:25 +1100
commit4c4a89ed9c56cf3cb024f4ed67e9be031b5960cf (patch)
tree901ac5acb5f9202a8af188171d18aa45607567f3
parenta889938046e1b9f7f2a4e0fa84eb5ff6e358854d (diff)
downloadperl-4c4a89ed9c56cf3cb024f4ed67e9be031b5960cf.tar.gz
perldelta for 0cdbe216286, 9bce496f83cb, 9c913148860
-rw-r--r--pod/perldelta.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index bb3ac21e19..b6d3abb68d 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -380,7 +380,8 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
=item *
-XXX
+Setting a breakpoint on a BEGIN or equivalently a C<use> statement
+could cause a memory write to a freed C<dbstate> op. [github #19198]
=back