Skip to content

add casting where needed for ctype functions

Filip Siroky requested to merge ctype_functions_cast into master

When uint8_t or unsigned char is not used, the cast is required for security.

Merge request reports