summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-03-19 01:48:47 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-03-19 01:48:47 +0000
commit76b4dddb537b3d56f34e77bec9b5bbf501d79ee6 (patch)
tree55c5af0a110b532106f3395cc36541ef70d8358f /pod/perldelta.pod
parentb9267ed41887ff2fb4a514107bca74d8e003eb8d (diff)
downloadperl-76b4dddb537b3d56f34e77bec9b5bbf501d79ee6.tar.gz
Taint shmread().
p4raw-id: //depot/cfgperl@5811
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r--pod/perldelta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 88655bed8f..52a6fba599 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -212,6 +212,12 @@ Because the user can affect her own encrypted password and login shell
the password and shell returned by the getpwent(), getpwnam(), and
getpwuid() functions are tainted.
+=head2 The shmread() now taints its variable
+
+Because other (untrusted) processes can modify shared memory segments
+for their own nefarious purposes, the variable modified by shmread()
+becomes tainted.
+
=back
=head2 C Source Incompatibilities