aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/secure/vsnprintf_chk.c
Commit message (Collapse)AuthorAgeFilesLines
* Import _FORTIFY_SOURCE implementation from NetBSDKyle Evans2024-05-131-0/+49
This is a mostly-unmodified copy of the various *_chk implementations and headers from NetBSD, without yet modifying system headers to start actually including them. A future commit will also apply the needed bits to fix ssp/unistd.h. Reviewed by: imp, pauamma_gundo.com (both previous versions), kib Sponsored by: Stormshield Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D32306