mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
Change the "offset too large" message to more generic wording
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/5826)
This commit is contained in:
parent
21db0e1afd
commit
1518c55a79
@ -259,7 +259,7 @@ int asn1parse_main(int argc, char **argv)
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user