]> git.pld-linux.org Git - packages/openssl.git/blobdiff - openssl-0.9.6c-security.patch
- one more fix from 0.9.6f
[packages/openssl.git] / 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.030018 seconds and 4 git commands to generate.