Skip to content

Commit 6c1572a

Browse files
MarkusZoppeltsimonresch
authored andcommitted
Update wrapped function calls from hfuzz-cc.c
Co-authored-by: Simon Resch <simon.resch@code-intelligence.de>
1 parent 68afda0 commit 6c1572a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

honggfuzz.BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ SYMBOL_WRAP_LINKOPTS = select({
116116
"-Wl,--wrap=Curl_safe_strcasecompare",
117117
"-Wl,--wrap=Curl_strncasecompare",
118118
"-Wl,--wrap=curl_strnequal",
119+
# SQLite3
120+
"-Wl,--wrap=sqlite3_stricmp",
121+
"-Wl,--wrap=sqlite3_strnicmp",
122+
"-Wl,--wrap=sqlite3StrICmp",
119123
],
120124
})
121125

0 commit comments

Comments
 (0)