mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
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
23 lines
315 B
Text
23 lines
315 B
Text
FBSD_1.0 {
|
|
__chk_fail;
|
|
__stack_chk_fail;
|
|
__stack_chk_guard;
|
|
};
|
|
|
|
FBSD_1.8 {
|
|
__gets_chk;
|
|
__fgets_chk;
|
|
__memcpy_chk;
|
|
__memmove_chk;
|
|
__memset_chk;
|
|
__snprintf_chk;
|
|
__sprintf_chk;
|
|
__stpcpy_chk;
|
|
__stpncpy_chk;
|
|
__strcat_chk;
|
|
__strcpy_chk;
|
|
__strncat_chk;
|
|
__strncpy_chk;
|
|
__vsnprintf_chk;
|
|
__vsprintf_chk;
|
|
};
|