Skip to content

Simplify wcsrtombs and make test follow standard

Darley Barreto requested to merge darley/relibc:simple-wcsrtombs into master

This greatly simplify the previous extremely unsafe wcsnrtombs. Also change the test to follow the standard, which says *src is set to NULL, but for some reason the previous test was compiling in glibc, but shouldn't. I also added wcswcs, which is deprecated and is basically wcsstr.

Merge request reports