Check range of test values using isascii before diving into the full
authorPauli <paul.dale@oracle.com>
Tue, 22 Aug 2017 22:10:31 +0000 (08:10 +1000)
committerPauli <paul.dale@oracle.com>
Thu, 24 Aug 2017 21:56:35 +0000 (07:56 +1000)
commitda9b249fd994124e954d871ff220cc2c0ddf9e6a
tree0f4dd9e2e5762ea12705fdaba83f90abe10e7112
parent0f3ffbd1581fad58095fedcc32b0da42a486b8b7
Check range of test values using isascii before diving into the full
range of ctype functions.

Revert "Don't try to compare the ctype functions on values > 127"
This reverts commit 6ac589081b53a62bff5f0abe62c1c109c419c7a0.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4225)
test/ctype_internal_test.c