mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 22:30:52 +02:00
ec0a2f2683
In a number of libc implementations, isalpha()/isalnum() is implemented using lookup tables (arrays): passing in a negative value can result in a read underrun.