blob: e401bf9293e24dc9767f053cd31095434d1480c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
/*
*/
LIBSSP_1.0 {
__chk_fail;
__stack_chk_fail;
__stack_chk_guard;
__memcpy_chk;
__memset_chk;
__snprintf_chk;
__sprintf_chk;
__stpcpy_chk;
__strcat_chk;
__strcpy_chk;
__strncat_chk;
__strncpy_chk;
__vsnprintf_chk;
__vsprintf_chk;
};
LIBSSP_1.1 {
__fgets_chk;
__memmove_chk;
__stpncpy_chk;
};
|