* doc/posix-functions/strnlen.texi (strnlen):
Mention Android 5.0 bug reported by Po Lu in this thread:
https://lists.gnu.org/r/bug-gnulib/2024-06/msg00271.html
+2024-06-26 Paul Eggert <eggert@cs.ucla.edu>
+
+ strnlen: document Android bug
+ * doc/posix-functions/strnlen.texi (strnlen):
+ Mention Android 5.0 bug reported by Po Lu in this thread:
+ https://lists.gnu.org/r/bug-gnulib/2024-06/msg00271.html
+
2024-06-25 Collin Funk <collin.funk1@gmail.com>
idpriv-droptemp: Handle large user and group ids.
Portability problems not fixed by Gnulib:
@itemize
+@item
+On some platforms, calls like @code{strnlen (s, maxlen)} can crash if
+@var{s} is null-terminated but address arithmetic overflows
+(i.e., @code{s + maxlen < s}):
+Android 5.0.
@end itemize