]> git.pld-linux.org Git - packages/openssl.git/commitdiff
- one more fix from 0.9.6f openssl-0_9_6c-3
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 Aug 2002 10:35:08 +0000 (10:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssl-0.9.6c-security.patch -> 1.3

openssl-0.9.6c-security.patch

index 3244b0c7591f868378dacd8fb6d6841bb2758909..f994eb9685baecff1cd786ac88ae223a9ed1627a 100644 (file)
@@ -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
This page took 0.036808 seconds and 4 git commands to generate.