Files
semi-libc/src/multibyte
Alexey IzbyshevandRich Felker 4653b98711 mbrtowc: Fix wrong return value when n > UINT_MAX
mbrtowc truncates n to unsigned int when storing its copy.
If n > UINT_MAX and the locale is not POSIX, the function will
return a wrong value greater than UINT_MAX on the success path.
2023-05-26 16:12:29 -04:00
..
2018-09-12 14:34:37 -04:00
2013-04-04 14:53:53 -04:00
2013-04-04 14:55:42 -04:00