-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
code-fixer: extend for ConsumeBytes (#652)
Ref: #575 Ref: #301 --------- Signed-off-by: David Korczynski <[email protected]>
- Loading branch information
1 parent
cdf8460
commit 78f04b6
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
"functions": | ||
- "name": "th_comment_query" | ||
"params": | ||
- "name": "_tc" | ||
"type": "bool " | ||
- "name": "_tag" | ||
"type": "bool " | ||
- "name": "_count" | ||
"type": "int" | ||
"return_type": "void" | ||
"signature": "char * th_comment_query(th_comment *, const char *, int)" | ||
"language": "c++" | ||
"project": "libtheora" | ||
"target_name": "fuzzer-decoder" | ||
"target_path": "/src/oss-fuzz-fuzzers/libtheora/fuzzer.cpp" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters