32 #include "safeclib_private.h" 33 #include "safe_str_constraint.h" 34 #include "safe_str_lib.h" 81 if (dmax > RSIZE_MAX_STR) {
92 while (*dest && dmax) {
94 if (( (*dest >=
'0') && (*dest <=
'9') ) ||
95 ( (*dest >=
'a') && (*dest <=
'z') ) ||
96 ( (*dest >=
'A') && (*dest <=
'Z') )) {
bool strisalphanumeric_s(const char *dest, rsize_t dmax)
This function checks if the entire string contains alphanumerics.
void invoke_safe_str_constraint_handler(const char *msg, void *ptr, errno_t error)
Invokes the currently set constraint handler or the default.