about summary refs log tree commit diff
path: root/src/process
diff options
context:
space:
mode:
authorAlexey Izbyshev <izbyshev@ispras.ru>2023-05-26 19:34:14 +0300
committerRich Felker <dalias@aerifal.cx>2023-05-26 16:12:29 -0400
commit4653b98711f280270fa049654460610f587ba7b4 (patch)
treeef549b38dadadcd3417706a438580cbc0030e8f8 /src/process
parentb90841e2583237a4132bbbd74752e0e9563660cd (diff)
downloadmusl-4653b98711f280270fa049654460610f587ba7b4.tar.gz
musl-4653b98711f280270fa049654460610f587ba7b4.tar.xz
musl-4653b98711f280270fa049654460610f587ba7b4.zip
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.
Diffstat (limited to 'src/process')
0 files changed, 0 insertions, 0 deletions