This commit was generated by cvs2svn to compensate for changes in r101386,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Jacques Vidrine 2002-08-05 16:25:17 +00:00
commit cad8e82685
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101387

View File

@ -124,7 +124,7 @@ int ASN1_get_object(unsigned char **pp, long *plength, int *ptag, int *pclass,
(int)(omax+ *pp));
#endif
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