Fix bug in err_string_data_cmp
authorRich Salz <rsalz@openssl.org>
Sat, 8 Jul 2017 16:43:55 +0000 (12:43 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 13 Jul 2017 21:36:19 +0000 (17:36 -0400)
commitc784a838e0947fcca761ee62def7d077dc06d37f
tree05b5813261bec0a3cbd4c8cf62cbf95322bb774f
parent9ee27200c9a396369e47ba1cd60a5a7486777e55
Fix bug in err_string_data_cmp

Unsigned overflow.  Thanks to Brian Carpenter for reporting this.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3887)
crypto/err/err.c