diff options
author | Cy Schubert <cy@FreeBSD.org> | 2004-10-20 20:20:06 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2004-10-20 20:20:06 +0000 |
commit | cba050d77c49efe96464738d7a39aabe4789bf7f (patch) | |
tree | e7ce0db887d21a39f21b29b4ab24ffea72705f29 /security/krb5-17/files/patch-lib::krb5::asn.1::asn1buf.c | |
parent | Update 2.5.10 --> 2.5.12 (diff) |
Update 1.3.4 --> 1.3.5
Notes
Notes:
svn path=/head/; revision=119872
Diffstat (limited to 'security/krb5-17/files/patch-lib::krb5::asn.1::asn1buf.c')
-rw-r--r-- | security/krb5-17/files/patch-lib::krb5::asn.1::asn1buf.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/krb5-17/files/patch-lib::krb5::asn.1::asn1buf.c b/security/krb5-17/files/patch-lib::krb5::asn.1::asn1buf.c deleted file mode 100644 index 6d3da983adc3..000000000000 --- a/security/krb5-17/files/patch-lib::krb5::asn.1::asn1buf.c +++ /dev/null @@ -1,13 +0,0 @@ -*** lib/krb5/asn.1/asn1buf.c 12 Mar 2003 04:33:30 -0000 5.24 ---- lib/krb5/asn.1/asn1buf.c 23 Aug 2004 03:43:47 -0000 -*************** -*** 122,127 **** ---- 122,129 ---- - return ASN1_OVERRUN; - } - while (nestlevel > 0) { -+ if (buf->bound - buf->next + 1 <= 0) -+ return ASN1_OVERRUN; - retval = asn1_get_tag_2(buf, &t); - if (retval) return retval; - if (!t.indef) { |