1fe0d386cSPedro F. GiffuniFBSD_1.0 { 2fe0d386cSPedro F. Giffuni __chk_fail; 3fe0d386cSPedro F. Giffuni __stack_chk_fail; 4fe0d386cSPedro F. Giffuni __stack_chk_guard; 5fe0d386cSPedro F. Giffuni}; 6*be04fec4SKyle Evans 7*be04fec4SKyle EvansFBSD_1.8 { 8*be04fec4SKyle Evans __gets_chk; 9*be04fec4SKyle Evans __fgets_chk; 10*be04fec4SKyle Evans __memcpy_chk; 11*be04fec4SKyle Evans __memmove_chk; 12*be04fec4SKyle Evans __memset_chk; 13*be04fec4SKyle Evans __snprintf_chk; 14*be04fec4SKyle Evans __sprintf_chk; 15*be04fec4SKyle Evans __stpcpy_chk; 16*be04fec4SKyle Evans __stpncpy_chk; 17*be04fec4SKyle Evans __strcat_chk; 18*be04fec4SKyle Evans __strcpy_chk; 19*be04fec4SKyle Evans __strncat_chk; 20*be04fec4SKyle Evans __strncpy_chk; 21*be04fec4SKyle Evans __vsnprintf_chk; 22*be04fec4SKyle Evans __vsprintf_chk; 23*be04fec4SKyle Evans}; 24