Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
luaL_gsub_test /src/testdir/tests/capi/luaL_gsub_test.cc 426 452 50 16 25648 5753 luaL_gsub_test.cc
luaL_bufflen_test /src/testdir/tests/capi/luaL_bufflen_test.c 422 447 50 16 25595 5696 luaL_bufflen_test.c
lua_stringtonumber_test /src/testdir/tests/capi/lua_stringtonumber_test.c 362 507 50 16 22527 5050 lua_stringtonumber_test.c
luaL_loadstring_test /src/testdir/tests/capi/luaL_loadstring_test.c 667 546 50 21 33765 7937 luaL_loadstring_test.c
luaL_buffsub_test /src/testdir/tests/capi/luaL_buffsub_test.cc 421 457 50 16 25607 5718 luaL_buffsub_test.cc
fuzz_lua /src/fuzz_lua.c 737 140 50 20 36576 8557 fuzz_lua.c
lua_dump_test /src/testdir/tests/capi/lua_dump_test.c 664 206 50 21 32973 7800 lua_dump_test.c
luaL_buffaddr_test /src/testdir/tests/capi/luaL_buffaddr_test.c 422 447 50 16 25593 5696 luaL_buffaddr_test.c
torture_test /src/testdir/tests/capi/torture_test.cc 406 589 50 16 24752 5527 torture_test.cc
luaL_loadbuffer_test /src/testdir/tests/capi/luaL_loadbuffer_test.c 666 547 50 21 33756 7933 luaL_loadbuffer_test.c
luaL_loadbufferx_test /src/testdir/tests/capi/luaL_loadbufferx_test.c 644 225 50 20 32405 7655 luaL_loadbufferx_test.c
luaL_traceback_test /src/testdir/tests/capi/luaL_traceback_test.c 438 431 50 16 26217 5849 luaL_traceback_test.c
luaL_dostring_test /src/testdir/tests/capi/luaL_dostring_test.c 667 546 50 21 33765 7937 luaL_dostring_test.c
luaL_loadbuffer_proto_test /src/testdir/tests/capi/luaL_loadbuffer_proto/luaL_loadbuffer_proto_test.cc 899 532 51 23 38538 9960 luaL_loadbuffer_proto_test.cc
luaL_addgsub_test /src/testdir/tests/capi/luaL_addgsub_test.cc 424 454 50 16 25632 5738 luaL_addgsub_test.cc

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: luaL_gsub_test

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: luaL_bufflen_test

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: lua_stringtonumber_test

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: luaL_loadstring_test

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: luaL_buffsub_test

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_lua

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: lua_dump_test

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: luaL_buffaddr_test

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: torture_test

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: luaL_loadbuffer_test

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: luaL_loadbufferx_test

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: luaL_traceback_test

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: luaL_dostring_test

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: luaL_loadbuffer_proto_test

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: luaL_addgsub_test

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
luaB_cowrap /src/testdir/build/lua-master/source/lcorolib.c 1 ['N/A'] 208 0 18 3 2 395 0 5604 249
str_gsub /src/testdir/build/lua-master/source/lstrlib.c 1 ['N/A'] 173 0 440 57 18 447 0 5933 227
io_lines /src/testdir/build/lua-master/source/liolib.c 1 ['N/A'] 175 0 98 12 5 452 0 5874 159
str_format /src/testdir/build/lua-master/source/lstrlib.c 1 ['N/A'] 173 0 712 99 23 439 0 5880 135
luaB_loadfile /src/testdir/build/lua-master/source/lbaselib.c 1 ['N/A'] 172 0 53 3 2 675 0 8052 116
sort /src/testdir/build/lua-master/source/ltablib.c 1 ['N/A'] 171 0 78 12 5 394 0 5473 112
str_pack /src/testdir/build/lua-master/source/lstrlib.c 1 ['N/A'] 172 0 818 84 24 428 0 5806 83
searcher_Croot /src/testdir/build/lua-master/source/loadlib.c 1 ['N/A'] 174 0 110 12 6 435 0 5784 72
__lua_getiuservalue(lua_State*,FuzzedDataProvider*) /src/testdir/tests/capi/torture_test.cc 2 ['N/A', 'N/A'] 41 0 58 7 2 331 0 4866 68
db_sethook /src/testdir/build/lua-master/source/ldblib.c 1 ['N/A'] 173 0 173 16 7 400 0 5566 51

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
72.0%
956 / 1320
Cyclomatic complexity statically reachable by fuzzers
87.0%
11306 / 13069

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

/src/testdir/tests/capi/luaL_gsub_test.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/testdir/tests/capi/luaL_bufflen_test.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/testdir/tests/capi/lua_stringtonumber_test.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/testdir/tests/capi/luaL_loadstring_test.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/testdir/tests/capi/luaL_buffsub_test.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/fuzz_lua.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/testdir/tests/capi/lua_dump_test.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/testdir/tests/capi/luaL_buffaddr_test.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/testdir/tests/capi/torture_test.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/testdir/tests/capi/luaL_loadbuffer_test.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/testdir/tests/capi/luaL_loadbufferx_test.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/testdir/tests/capi/luaL_traceback_test.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/testdir/tests/capi/luaL_dostring_test.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/testdir/tests/capi/luaL_loadbuffer_proto/luaL_loadbuffer_proto_test.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


/src/testdir/tests/capi/luaL_addgsub_test.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/testdir/build/lua-master/source/lmem.c ['luaL_gsub_test', 'luaL_bufflen_test', 'lua_stringtonumber_test', 'luaL_loadstring_test', 'luaL_buffsub_test', 'fuzz_lua', 'lua_dump_test', 'luaL_buffaddr_test', 'torture_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_traceback_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test', 'luaL_addgsub_test'] []
/src/testdir/build/lua-master/source/llex.c ['luaL_gsub_test', 'luaL_bufflen_test', 'lua_stringtonumber_test', 'luaL_loadstring_test', 'luaL_buffsub_test', 'fuzz_lua', 'lua_dump_test', 'luaL_buffaddr_test', 'torture_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_traceback_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test', 'luaL_addgsub_test'] []
/src/testdir/tests/capi/luaL_buffaddr_test.c ['luaL_buffaddr_test'] []
/src/testdir/build/lua-master/source/lmathlib.c [] []
/src/testdir/build/lua-master/source/ldo.c ['luaL_gsub_test', 'luaL_bufflen_test', 'lua_stringtonumber_test', 'luaL_loadstring_test', 'luaL_buffsub_test', 'fuzz_lua', 'lua_dump_test', 'luaL_buffaddr_test', 'torture_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_traceback_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test', 'luaL_addgsub_test'] []
/src/testdir/build/lua-master/source/lstate.c ['luaL_gsub_test', 'luaL_bufflen_test', 'lua_stringtonumber_test', 'luaL_loadstring_test', 'luaL_buffsub_test', 'fuzz_lua', 'lua_dump_test', 'luaL_buffaddr_test', 'torture_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_traceback_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test', 'luaL_addgsub_test'] []
/src/testdir/build/lua-master/source/lstrlib.c [] []
/src/fuzz_lua.c ['fuzz_lua'] []
/src/testdir/build/lua-master/source/ltablib.c [] []
/src/testdir/tests/capi/lua_dump_test.c ['lua_dump_test'] []
/src/testdir/tests/capi/luaL_addgsub_test.cc ['luaL_addgsub_test'] []
/src/testdir/build/lua-master/source/lvm.c ['luaL_gsub_test', 'luaL_bufflen_test', 'lua_stringtonumber_test', 'luaL_loadstring_test', 'luaL_buffsub_test', 'fuzz_lua', 'lua_dump_test', 'luaL_buffaddr_test', 'torture_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_traceback_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test', 'luaL_addgsub_test'] []
/src/testdir/build/lua-master/source/lundump.c ['luaL_loadstring_test', 'fuzz_lua', 'lua_dump_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test'] []
/src/testdir/build/lua-master/source/lbaselib.c [] []
/src/testdir/build/lua-master/source/lstring.c ['luaL_gsub_test', 'luaL_bufflen_test', 'lua_stringtonumber_test', 'luaL_loadstring_test', 'luaL_buffsub_test', 'fuzz_lua', 'lua_dump_test', 'luaL_buffaddr_test', 'torture_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_traceback_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test', 'luaL_addgsub_test'] []
/src/testdir/build/lua-master/source/ldblib.c [] []
/src/testdir/build/lua-master/source/lfunc.c ['luaL_gsub_test', 'luaL_bufflen_test', 'lua_stringtonumber_test', 'luaL_loadstring_test', 'luaL_buffsub_test', 'fuzz_lua', 'lua_dump_test', 'luaL_buffaddr_test', 'torture_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_traceback_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test', 'luaL_addgsub_test'] []
/src/testdir/build/lua-master/source/loadlib.c [] []
/src/testdir/build/lua-master/source/liolib.c [] []
/src/testdir/build/lua-master/source/lcode.c ['luaL_loadstring_test', 'fuzz_lua', 'lua_dump_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test'] []
/src/testdir/build/lua-master/source/loslib.c [] []
/src/testdir/build/lua-master/source/lcorolib.c [] []
/src/testdir/tests/capi/luaL_traceback_test.c ['luaL_traceback_test'] []
/src/testdir/tests/capi/luaL_loadbufferx_test.c ['luaL_loadbufferx_test'] []
/src/testdir/tests/capi/luaL_dostring_test.c ['luaL_dostring_test'] []
/src/testdir/build/lua-master/source/lgc.c ['luaL_gsub_test', 'luaL_bufflen_test', 'lua_stringtonumber_test', 'luaL_loadstring_test', 'luaL_buffsub_test', 'fuzz_lua', 'lua_dump_test', 'luaL_buffaddr_test', 'torture_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_traceback_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test', 'luaL_addgsub_test'] []
/src/testdir/build/lua-master/source/lobject.c ['luaL_gsub_test', 'luaL_bufflen_test', 'lua_stringtonumber_test', 'luaL_loadstring_test', 'luaL_buffsub_test', 'fuzz_lua', 'lua_dump_test', 'luaL_buffaddr_test', 'torture_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_traceback_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test', 'luaL_addgsub_test'] []
/src/testdir/tests/capi/luaL_loadbuffer_test.c ['luaL_loadbuffer_test'] []
/src/testdir/tests/capi/luaL_loadstring_test.c ['luaL_loadstring_test'] []
/src/testdir/build/lua-master/source/ldump.c ['lua_dump_test', 'luaL_loadbuffer_proto_test'] []
/src/testdir/tests/capi/luaL_bufflen_test.c ['luaL_bufflen_test'] []
/src/testdir/build/lua-master/source/ldebug.c ['luaL_gsub_test', 'luaL_bufflen_test', 'lua_stringtonumber_test', 'luaL_loadstring_test', 'luaL_buffsub_test', 'fuzz_lua', 'lua_dump_test', 'luaL_buffaddr_test', 'torture_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_traceback_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test', 'luaL_addgsub_test'] []
/src/testdir/build/lua-master/source/lutf8lib.c [] []
/src/testdir/build/lua-master/source/lauxlib.c ['luaL_gsub_test', 'luaL_bufflen_test', 'lua_stringtonumber_test', 'luaL_loadstring_test', 'luaL_buffsub_test', 'fuzz_lua', 'lua_dump_test', 'luaL_buffaddr_test', 'torture_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_traceback_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test', 'luaL_addgsub_test'] []
/src/testdir/build/lua-master/source/lparser.c ['luaL_loadstring_test', 'fuzz_lua', 'lua_dump_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test'] []
/src/testdir/tests/capi/luaL_gsub_test.cc ['luaL_gsub_test'] []
/src/testdir/build/lua-master/source/ltm.c ['luaL_gsub_test', 'luaL_bufflen_test', 'lua_stringtonumber_test', 'luaL_loadstring_test', 'luaL_buffsub_test', 'fuzz_lua', 'lua_dump_test', 'luaL_buffaddr_test', 'torture_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_traceback_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test', 'luaL_addgsub_test'] []
/src/testdir/build/lua-master/source/lzio.c ['luaL_loadstring_test', 'fuzz_lua', 'lua_dump_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test'] []
/src/testdir/build/lua-master/source/linit.c ['luaL_loadstring_test', 'luaL_loadbuffer_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test'] []
/src/testdir/tests/capi/torture_test.cc ['torture_test'] []
/src/testdir/tests/capi/luaL_loadbuffer_proto/luaL_loadbuffer_proto_test.cc ['luaL_loadbuffer_proto_test'] []
/src/testdir/build/lua-master/source/ltable.c ['luaL_gsub_test', 'luaL_bufflen_test', 'lua_stringtonumber_test', 'luaL_loadstring_test', 'luaL_buffsub_test', 'fuzz_lua', 'lua_dump_test', 'luaL_buffaddr_test', 'torture_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_traceback_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test', 'luaL_addgsub_test'] []
/src/testdir/build/lua-master/source/lapi.c ['luaL_gsub_test', 'luaL_bufflen_test', 'lua_stringtonumber_test', 'luaL_loadstring_test', 'luaL_buffsub_test', 'fuzz_lua', 'lua_dump_test', 'luaL_buffaddr_test', 'torture_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_traceback_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test', 'luaL_addgsub_test'] []
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/testdir/tests/capi/lua_stringtonumber_test.c ['lua_stringtonumber_test'] []
/src/testdir/tests/capi/luaL_buffsub_test.cc ['luaL_buffsub_test'] []
/src/testdir/tests/capi/luaL_loadbuffer_proto/serializer.cc ['luaL_loadbuffer_proto_test'] []
/usr/local/bin/../include/c++/v1/string [] []
/src/testdir/build/lua-master/source/lopcodes.c ['luaL_gsub_test', 'luaL_bufflen_test', 'lua_stringtonumber_test', 'luaL_loadstring_test', 'luaL_buffsub_test', 'fuzz_lua', 'lua_dump_test', 'luaL_buffaddr_test', 'torture_test', 'luaL_loadbuffer_test', 'luaL_loadbufferx_test', 'luaL_traceback_test', 'luaL_dostring_test', 'luaL_loadbuffer_proto_test', 'luaL_addgsub_test'] []

Directories in report

Directory
/src/
/src/testdir/tests/capi/luaL_loadbuffer_proto/
/src/testdir/tests/capi/
/usr/local/bin/../include/c++/v1/
/src/testdir/build/lua-master/source/

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
luaL_gsub_test fuzzerLogFile-0-VFCbuPwy5D.data fuzzerLogFile-0-VFCbuPwy5D.data.yaml
luaL_bufflen_test fuzzerLogFile-0-u5CEZkABrh.data fuzzerLogFile-0-u5CEZkABrh.data.yaml
lua_stringtonumber_test fuzzerLogFile-0-vwBmiRwUHG.data fuzzerLogFile-0-vwBmiRwUHG.data.yaml
luaL_loadstring_test fuzzerLogFile-0-xfKF5dtTtH.data fuzzerLogFile-0-xfKF5dtTtH.data.yaml
luaL_buffsub_test fuzzerLogFile-0-QKr6DXiQ1N.data fuzzerLogFile-0-QKr6DXiQ1N.data.yaml
fuzz_lua fuzzerLogFile-0-TRTgj2tFTK.data fuzzerLogFile-0-TRTgj2tFTK.data.yaml
lua_dump_test fuzzerLogFile-0-iCspb87yQP.data fuzzerLogFile-0-iCspb87yQP.data.yaml
luaL_buffaddr_test fuzzerLogFile-0-iBHuhqzf53.data fuzzerLogFile-0-iBHuhqzf53.data.yaml
torture_test fuzzerLogFile-0-r4hxWoyZTz.data fuzzerLogFile-0-r4hxWoyZTz.data.yaml
luaL_loadbuffer_test fuzzerLogFile-0-6DstmHqzUo.data fuzzerLogFile-0-6DstmHqzUo.data.yaml
luaL_loadbufferx_test fuzzerLogFile-0-61AqzSA8ix.data fuzzerLogFile-0-61AqzSA8ix.data.yaml
luaL_traceback_test fuzzerLogFile-0-LZqgOiRJMN.data fuzzerLogFile-0-LZqgOiRJMN.data.yaml
luaL_dostring_test fuzzerLogFile-0-8rTznCAicZ.data fuzzerLogFile-0-8rTznCAicZ.data.yaml
luaL_loadbuffer_proto_test fuzzerLogFile-0-gCOOtn6VUD.data fuzzerLogFile-0-gCOOtn6VUD.data.yaml
luaL_addgsub_test fuzzerLogFile-0-wKRARJ962v.data fuzzerLogFile-0-wKRARJ962v.data.yaml