[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Missed stable tag in lib/libssl/src/crypto/asn1/asn1_lib.c
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: Missed stable tag in lib/libssl/src/crypto/asn1/asn1_lib.c
- From: Jan Johansson <janj+openbsd_(_at_)_wenf_(_dot_)_org>
- Date: Sun, 4 Aug 2002 09:44:40 +0200
Hi,
on the file lib/libssl/src/crypto/asn1/asn1_lib.c v1.7 says
"typo; from openssl cvs" and the diff is
-if (*plength > (omax - (*pp - p)))
+if (*plength > (omax - (p - *pp)))
but looking at the OPENBSD_3_1 and OPENBSD_3_0 that line says
if (*plength > (omax - (*pp - p)))
So I guess that the typo diff should be tagged.
Jan J
Visit your host, monkey.org