Don't try to test ctype functions for values < 0 or > 255
authorRichard Levitte <levitte@openssl.org>
Tue, 22 Aug 2017 13:51:35 +0000 (15:51 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 22 Aug 2017 14:10:04 +0000 (16:10 +0200)
commit196f5c4b0dc3c640dfed67b007192db81d616a92
tree50e94521aa30cd02d8584e1948b66308e3356d26
parent176db6dc51ec0a972bfa8836cfdab8f6767c978a
Don't try to test ctype functions for values < 0 or > 255

Values that aren't representable as unsigned give undefined results.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4219)
test/ctype_internal_test.c