summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2021-06-23 10:45:23 +1000
committerTony Cook <tony@develop-help.com>2021-06-23 10:45:23 +1000
commitd95c911c2c7d58f3a70481c363d728b8f79e58b2 (patch)
tree7d4ec2f23f41d7f2d2856f31be91e7da74984974 /pod
parent2b96d013abf87d80556312b2048ececa0e2a8363 (diff)
downloadperl-d95c911c2c7d58f3a70481c363d728b8f79e58b2.tar.gz
perldelta for 2b96d013a
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod6
1 files changed, 5 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index ae6f5aec01..403424c884 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -363,7 +363,11 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
=item *
-XXX
+The flags on the OPTVAL parameter to setsockopt() were previously
+checked before magic was called, possibly treating a numeric value as
+a packed buffer or vice versa. It also ignored the UTF-8 flag,
+potentially treating the internal representation of an upgraded SV as
+the bytes to supply to the setsockopt() system call. (github #18660)
=back