[Bug 273665] strlen.3 HISTORY section is truncated

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 16 Mar 2024 21:44:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273665

--- Comment #2 from John F. Carr <jfc@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 on the CC list for the bug.