blob: 4b48d0a25526034ea4deea5e15af90c104f9cef7 (
plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
# Set of C functions that have a hardened variant
#
# Known functions which are deliberately omitted
# (due to false positives):
#
# memcpy
# memset
# memmove
# wmemcpy
# wmemmove
# wmemset
#
# The list is manually updated, please keep it
# sorted by name
#
asprintf
confstr
dprintf
fdelt
fgets
fgets_unlocked
fgetws
fgetws_unlocked
fprintf
fread
fread_unlocked
fwprintf
getcwd
getdomainname
getgroups
gethostname
getlogin_r
gets
getwd
longjmp
mbsnrtowcs
mbsrtowcs
mbstowcs
mempcpy
obstack_printf
obstack_vprintf
poll
ppoll
pread64
pread
printf
ptsname_r
read
readlink
readlinkat
realpath
recv
recvfrom
snprintf
sprintf
stpcpy
stpncpy
strcat
strcpy
strncat
strncpy
swprintf
syslog
ttyname_r
vasprintf
vdprintf
vfprintf
vfwprintf
vprintf
vsnprintf
vsprintf
vswprintf
vsyslog
vwprintf
wcpcpy
wcpncpy
wcrtomb
wcscat
wcscpy
wcsncat
wcsncpy
wcsnrtombs
wcsrtombs
wcstombs
wctomb
wmempcpy
wprintf
|