[packages/openssl102: 99/432] - one more fix from 0.9.6f

adwol adwol at pld-linux.org
Sat Sep 29 01:09:55 CEST 2018


commit d1002cd6693fc45f0bc33b7e4e397d2f5207bab2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Aug 12 10:35:08 2002 +0000

    - one more fix from 0.9.6f
    
    Changed files:
        openssl-0.9.6c-security.patch -> 1.3

 openssl-0.9.6c-security.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openssl-0.9.6c-security.patch b/openssl-0.9.6c-security.patch
index 3244b0c..f994eb9 100644
--- a/openssl-0.9.6c-security.patch
+++ b/openssl-0.9.6c-security.patch
@@ -37,7 +37,7 @@
  #endif
 -#if 0
 -	if ((p+ *plength) > (omax+ *pp))
-+	if (*plength > (omax - (*pp - p)))
++	if (*plength > (omax - (p - *pp)))
  		{
  		ASN1err(ASN1_F_ASN1_GET_OBJECT,ASN1_R_TOO_LONG);
  		/* Set this so that even if things are not long enough
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e



More information about the pld-cvs-commit mailing list