mirror of
https://github.com/resiprocate/resiprocate.git
synced 2026-01-12 00:05:02 +08:00
Functions defined in <cctype> have undefined behavior if a negative value is passed on input. Input values must always be converted to unsigned integers. Also, added missing includes.