[389-commits] mod_nss ChangeLog,1.6,1.7

rcritten rcritten at fedoraproject.org
Wed Jan 12 20:18:11 UTC 2011


Author: rcritten

Update of /cvs/dirsec/mod_nss
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21409

Modified Files:
	ChangeLog 
Log Message:
* Don't use memcpy as it may operate on overlapping memory (#669118)
  Patch ported from mod_ssl by Stephen Gallagher <sgallagh at redhat.com>




Index: ChangeLog
===================================================================
RCS file: /cvs/dirsec/mod_nss/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	22 Sep 2010 21:20:55 -0000	1.6
+++ ChangeLog	12 Jan 2011 20:18:09 -0000	1.7
@@ -1,3 +1,7 @@
+2011-01-12  Rob Crittenden <rcritten at redhat.com>
+    * Don't use memcpy as it may operate on overlapping memory (#669118)
+      Patch ported from mod_ssl by Stephen Gallagher <sgallagh at redhat.com>
+
 2010-09-22  Rob Crittenden <rcritten at redhat.com>
     * Only call PK11_ListCerts once and pass it when configuring each
       virtual server. This saves considerable time when there are a lot



More information about the 389-commits mailing list