diff options
author | Rich Felker <dalias@aerifal.cx> | 2014-06-02 16:21:47 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2014-06-06 17:57:36 -0400 |
commit | 5fa12af8daeaa71add0ccd15e082c01154545def (patch) | |
tree | c8112fc62bee0c5c8211ceaa13b1d3d421191550 /src/unistd/sync.c | |
parent | 94100a0115af03d478c93b8875aae0409a62186f (diff) | |
download | musl-5fa12af8daeaa71add0ccd15e082c01154545def.tar.gz musl-5fa12af8daeaa71add0ccd15e082c01154545def.tar.bz2 musl-5fa12af8daeaa71add0ccd15e082c01154545def.tar.xz musl-5fa12af8daeaa71add0ccd15e082c01154545def.zip |
fix incorrect end pointer in some cases when wcsrtombs stops early
when wcsrtombs stopped due to hitting zero remaining space in the
output buffer, it was wrongly clearing the position pointer as if it
had completed the conversion successfully.
this commit rearranges the code somewhat to make a clear separation
between the cases of ending due to running out of output buffer space,
and ending due to reaching the end of input or an illegal sequence in
the input. the new branches have been arranged with the hope of
optimizing more common cases, too.
(cherry picked from commit 8fba4458afb7304b32ca887e4a3990c6029131f9)
Diffstat (limited to 'src/unistd/sync.c')
0 files changed, 0 insertions, 0 deletions