diff options
author | rcritten <> | 2011-01-12 20:18:09 +0000 |
---|---|---|
committer | rcritten <> | 2011-01-12 20:18:09 +0000 |
commit | 3c0f6bd1c86dac97db19b4b70a8328a271c6bbd0 (patch) | |
tree | 6e1763da8e1cc131e8f698ef9c5dfda10af26957 | |
parent | 4aba0ec7bb0902870e50994a8d52427ddf3d3ec6 (diff) | |
download | mod_nss-3c0f6bd1c86dac97db19b4b70a8328a271c6bbd0.tar.gz mod_nss-3c0f6bd1c86dac97db19b4b70a8328a271c6bbd0.tar.xz mod_nss-3c0f6bd1c86dac97db19b4b70a8328a271c6bbd0.zip |
* Don't use memcpy as it may operate on overlapping memory (#669118)
Patch ported from mod_ssl by Stephen Gallagher <sgallagh@redhat.com>
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2011-01-12 Rob Crittenden <rcritten@redhat.com> + * Don't use memcpy as it may operate on overlapping memory (#669118) + Patch ported from mod_ssl by Stephen Gallagher <sgallagh@redhat.com> + 2010-09-22 Rob Crittenden <rcritten@redhat.com> * Only call PK11_ListCerts once and pass it when configuring each virtual server. This saves considerable time when there are a lot |