diff options
author | 2019-03-14 16:21:35 +0000 | |
---|---|---|
committer | 2019-03-14 16:21:35 +0000 | |
commit | d0dcf7a64d3d05ed01123780c8d7d1c7f57fed18 (patch) | |
tree | 4b83e49776fdcbdef4d18ffb8c7d21c01bd551bb /lib/libm/src | |
parent | Fix the balancing of work queue interrupts. (diff) | |
download | wireguard-openbsd-d0dcf7a64d3d05ed01123780c8d7d1c7f57fed18.tar.xz wireguard-openbsd-d0dcf7a64d3d05ed01123780c8d7d1c7f57fed18.zip |
Cleanup and bugfix:
When looking for uppercase characters, iterate over multibyte
characters with the standard function mbtowc(3) rather than with
the buggy and outdated step_char(), skipping invalid bytes,
and correctly use iswupper(3) instead of the inapplicable isupper(3).
OK stsp@
Diffstat (limited to 'lib/libm/src')
0 files changed, 0 insertions, 0 deletions