[mod_nss/f17] The patch to fix overlapping memory wasn't applied. Do that.

Stephen Gallagher sgallagh at fedoraproject.org
Fri Jun 15 15:36:26 UTC 2012


commit b0f2abcecc8ce6b53547609ab6fa1a475652cf10
Author: Rob Crittenden <rcritten at redhat.com>
Date:   Fri Jun 15 09:06:29 2012 -0400

    The patch to fix overlapping memory wasn't applied. Do that.

 mod_nss.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/mod_nss.spec b/mod_nss.spec
index 290e4cc..375f448 100644
--- a/mod_nss.spec
+++ b/mod_nss.spec
@@ -7,7 +7,7 @@
 
 Name: mod_nss
 Version: 1.0.8
-Release: 16%{?dist}
+Release: 17%{?dist}
 Summary: SSL/TLS module for the Apache HTTP server
 Group: System Environment/Daemons
 License: ASL 2.0
@@ -29,6 +29,7 @@ Patch5: mod_nss-reverseproxy.patch
 Patch6: mod_nss-pcachesignal.h
 Patch7: mod_nss-reseterror.patch
 Patch8: mod_nss-lockpcache.patch
+Patch9: mod_nss-overlapping_memcpy.patch
 
 %description
 The mod_nss module provides strong cryptography for the Apache Web
@@ -46,6 +47,7 @@ security library.
 %patch6 -p1 -b .pcachesignal.h
 %patch7 -p1 -b .reseterror
 %patch8 -p1 -b .lockpcache
+%patch9 -p1 -b .overlap
 
 # Touch expression parser sources to prevent regenerating it
 touch nss_expr_*.[chyl]
@@ -144,6 +146,10 @@ fi
 %{_sbindir}/gencert
 
 %changelog
+* Fri Jun 15 2012 Rob Crittenden <rcritten at redhat.com> - 1.0.8-17
+- Actually apply the patch to use memmove in place of memcpy since the
+  buffers can overlap (#669118)
+
 * Mon Apr 23 2012 Joe Orton <jorton at redhat.com> - 1.0.8-16
 - packaging fixes/updates (#803072)
 


More information about the scm-commits mailing list