patches for easier mirroring, to eliminate a special copy, to make www.freebsd.org/security a full copy of security.freebsd.org and be eventually be the same. For now files are just sitting there. The symlinks are missing. Discussed on: www (repository location) Discussed with: simon (so)
11 lines
378 B
Diff
11 lines
378 B
Diff
--- crypto/openssl/crypto/asn1/asn1_lib.c 31 Jul 2002 02:54:42 -0000
|
|
+++ crypto/openssl/crypto/asn1/asn1_lib.c 2 Aug 2002 17:44:42 -0000
|
|
@@ -124,7 +124,7 @@
|
|
(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
|