提交 1518c55a 编写于 作者: B Bernd Edlinger

Change the "offset too large" message to more generic wording

Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NMatthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/5826)
上级 21db0e1a
...@@ -259,7 +259,7 @@ int asn1parse_main(int argc, char **argv) ...@@ -259,7 +259,7 @@ int asn1parse_main(int argc, char **argv)
} }
if (offset < 0 || offset >= num) { if (offset < 0 || offset >= num) {
BIO_printf(bio_err, "Error: offset too large\n"); BIO_printf(bio_err, "Error: offset out of range\n");
goto end; goto end;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册