Skip to content

Commit 0277225

Browse files
authored
Update vulfi_prototypes.json
1 parent f56e029 commit 0277225

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vulfi_prototypes.json

+7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
".asprintf":"int asprintf(char** strp, char* fmt, ...);",
33
"_asprintf":"int asprintf(char** strp, char* fmt, ...);",
44
"asprintf":"int asprintf(char** strp, char* fmt, ...);",
5+
".asiprintf":"int asiprintf(char** strp, char* fmt, ...);",
6+
"_asiprintf":"int asiprintf(char** strp, char* fmt, ...);",
7+
"asiprintf":"int asiprintf(char** strp, char* fmt, ...);",
58
"__asprintf_chk":"int __asprintf_chk(char** result_ptr, int flags, char* format, ...);",
9+
"__asiprintf_chk":"int __asiprintf_chk(char** result_ptr, int flags, char* format, ...);",
610
"__dprintf_chk":"int __dprintf_chk(int d, int flags, char* format, ...);",
711
".execl":"int execl(char* pathname, char* arg, ...);",
812
"_execl":"int execl(char* pathname, char* arg, ...);",
@@ -115,6 +119,9 @@
115119
".sprintf": "int sprintf(char *str, char* format, ...);",
116120
"_sprintf": "int sprintf(char *str, char* format, ...);",
117121
"sprintf": "int sprintf(char *str, char* format, ...);",
122+
".siprintf": "int siprintf(char *str, char* format, ...);",
123+
"_siprintf": "int siprintf(char *str, char* format, ...);",
124+
"siprintf": "int siprintf(char *str, char* format, ...);",
118125
"___sprintf_chk": "int __sprintf_chk(char* str, int flag, int strlen, char* format, ...);",
119126
"__sprintf_chk": "int __sprintf_chk(char* str, int flag, int strlen, char* format, ...);",
120127
"_sprintf_p_l": "int _sprintf_p_l(char *buffer, int sizeOfBuffer, char* format,void* locale, ...);",

0 commit comments

Comments
 (0)