summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2015-12-17 11:15:31 +1100
committerTony Cook <tony@develop-help.com>2016-01-05 10:38:38 +1100
commitd691474c4cf3d3119367a72ebb28a990d039baf3 (patch)
tree8fdf5dab8b7471094bf05dad48763be6d25d16ef /MANIFEST
parent8b8c6ab7a0f348f87b1d3cb71ad386b19d348719 (diff)
downloadperl-d691474c4cf3d3119367a72ebb28a990d039baf3.tar.gz
[perl #126922] avoid access to uninitialized memory in win32 crypt()
Previously the Win32 crypt implementation() would access the first and second characters of the salt, even if the salt was zero length. Add validation that will detect both a short salt and invalid characters in the salt.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index b2c0264b19..8844511f9d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5593,6 +5593,7 @@ t/uni/universal.t See if Unicode in calls to UNIVERSAL works
t/uni/upper.t See if Unicode casing works
t/uni/variables.t See that the rules for variable names work
t/uni/write.t See if Unicode formats work
+t/win32/crypt.t Test Win32 crypt for compatibility
t/win32/fs.t Test Win32 link for compatibility
t/win32/popen.t Test for stdout races in backticks, etc
t/win32/runenv.t Test if Win* perl honors its env variables