ci: rework fuzzer script

This commit is contained in:
Amaan Qureshi 2023-07-19 22:20:01 -04:00
parent 3f44b89685
commit f9e5696bcb
No known key found for this signature in database
GPG key ID: E67890ADC4227273
4 changed files with 29 additions and 48 deletions

View file

@ -47,7 +47,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
TSTree *tree = ts_parser_parse_string(parser, NULL, str, size);
TSNode root_node = ts_tree_root_node(tree);
if (lang_query) {
if (lang_query != nullptr) {
{
TSQueryCursor *cursor = ts_query_cursor_new();