On Thu, May 15, 2014 at 6:30 PM, Paul Eggert <[email protected]> wrote: > * doc/posix-functions/mbrlen.texi (mbrlen): > * doc/posix-functions/mbrtowc.texi (mbrtowc): > Document portability problem when the input string is empty. See: > https://sourceware.org/bugzilla/show_bug.cgi?id=16950
> ChangeLog | 6 ++++++ > doc/posix-functions/mbrlen.texi | 8 ++++++++ > doc/posix-functions/mbrtowc.texi | 8 ++++++++ > 3 files changed, 22 insertions(+) Thanks for tracking that down. This sounds like it will deserve compile/run tests so that gnulib-using projects will detect the bug and use the replacement functions.
