linuxmaniac left a comment (kamailio/kamailio#4563)

I looked at https://en.cppreference.com/w/cpp/string/byte/isalnum.html

> Notes
> Like all other functions from 
> [<cctype>](https://en.cppreference.com/w/cpp/header/cctype.html), the 
> behavior of std::isalnum is
> undefined if the argument's value is neither representable as unsigned char 
> nor equal to [EOF]
> (https://en.cppreference.com/w/cpp/io/c.html). To use these functions safely 
> with plain chars (or signed chars), the argument
> should  first be converted to unsigned char:


-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4563#issuecomment-3783927156
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/issues/4563/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to