[Pkg-openssl-changes] r917 - openssl/branches/stretch1.0/debian/patches

Kurt Roeckx kroeckx at moszumanska.debian.org
Thu Nov 2 13:09:40 UTC 2017


Author: kroeckx
Date: 2017-11-02 13:09:40 +0000 (Thu, 02 Nov 2017)
New Revision: 917

Modified:
   openssl/branches/stretch1.0/debian/patches/CVE-2017-3735.patch
Log:
Make the patch apply


Modified: openssl/branches/stretch1.0/debian/patches/CVE-2017-3735.patch
===================================================================
--- openssl/branches/stretch1.0/debian/patches/CVE-2017-3735.patch	2017-11-02 11:42:53 UTC (rev 916)
+++ openssl/branches/stretch1.0/debian/patches/CVE-2017-3735.patch	2017-11-02 13:09:40 UTC (rev 917)
@@ -13,13 +13,13 @@
  crypto/x509v3/v3_addr.c | 10 ++++++----
  1 file changed, 6 insertions(+), 4 deletions(-)
 
-diff --git a/crypto/x509v3/v3_addr.c b/crypto/x509v3/v3_addr.c
-index ef1d775ac9..c5183a1790 100644
---- a/crypto/x509v3/v3_addr.c
-+++ b/crypto/x509v3/v3_addr.c
-@@ -84,10 +84,12 @@ static int length_from_afi(const unsigned afi)
+Index: openssl1.0-1.0.2l/crypto/x509v3/v3_addr.c
+===================================================================
+--- openssl1.0-1.0.2l.orig/crypto/x509v3/v3_addr.c
++++ openssl1.0-1.0.2l/crypto/x509v3/v3_addr.c
+@@ -130,10 +130,12 @@ static int length_from_afi(const unsigne
   */
- unsigned int X509v3_addr_get_afi(const IPAddressFamily *f)
+ unsigned int v3_addr_get_afi(const IPAddressFamily *f)
  {
 -    return ((f != NULL &&
 -             f->addressFamily != NULL && f->addressFamily->data != NULL)
@@ -34,6 +34,3 @@
  }
  
  /*
--- 
-2.14.2
-




More information about the Pkg-openssl-changes mailing list