Paul Eggert wrote: > I considered adding the strnlen module to Emacs, but this had > the problem of bringing in the memchr module, which is pretty > heavyweight. I propose that we remove this dependency, as > the bugs fixed by the memchr module are not tickled by > the gnulib strnlen implementation.
Gnulib-fixed memchr bugs affect only glibc 2.10 and 2.11, and glibc has had strnlen forever. So I agree. Nice.