musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/string
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2014年07月01日 18:27:19 -0400
committerRich Felker <dalias@aerifal.cx>2014年07月01日 18:27:19 -0400
commite89cfe51d2001af08fc2a13e5133ba8157f90beb (patch)
treedbb44c888d9c0933b4006123f5d5b3c42689e026 /src/string
parent2d8cc92a7cb4a3256ed07d86843388ffd8a882b1 (diff)
downloadmusl-e89cfe51d2001af08fc2a13e5133ba8157f90beb.tar.gz
fix aliasing violations in mbtowc and mbrtowc
these functions were setting wc to point to wchar_t aliasing itself as a "cheap" way to support null wc arguments. doing so was anything but cheap, since even without the aliasing violation, it would limit the compiler's ability to optimize. making wc point to a dummy object is equally easy and does not suffer from the above problems.
Diffstat (limited to 'src/string')
0 files changed, 0 insertions, 0 deletions
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月07日 10:58:46 +0000

AltStyle によって変換されたページ (->オリジナル) /