https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273665
--- Comment #2 from John F. Carr <j...@mit.edu> --- strnlen was added to FreeBSD in 69099ba2ec8b01fe51a5c69b98990cde406c5ab8 in 2009. The online version of 4.3 Reno at https://github.com/dank101/4.3BSD-Reno does not have strnlen. It does have strncpy, strncmp, and strncat. >From https://pubs.opengroup.org/onlinepubs/9699919799/functions/strlen.html: "The strnlen() function is added from The Open Group Technical Standard, 2006, Extended API Set Part 1." >From OpenBSD: "The strnlen() function appeared in glibc 2.0 and was reimplemented for OpenBSD 4.8." -- You are receiving this mail because: You are the assignee for the bug.