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_buffaddr_test /src/testdir/tests/capi/luaL_buffaddr_test.c 430 455 51 16 26466 5877 luaL_buffaddr_test.c
luaL_gsub_test /src/testdir/tests/capi/luaL_gsub_test.cc 434 460 51 16 26521 5934 luaL_gsub_test.cc
luaL_loadbufferx_test /src/testdir/tests/capi/luaL_loadbufferx_test.c 659 226 51 20 33476 7897 luaL_loadbufferx_test.c
lua_stringtonumber_test /src/testdir/tests/capi/lua_stringtonumber_test.c 371 514 51 16 23414 5234 lua_stringtonumber_test.c
luaL_bufflen_test /src/testdir/tests/capi/luaL_bufflen_test.c 430 455 51 16 26466 5876 luaL_bufflen_test.c
lua_dump_test /src/testdir/tests/capi/lua_dump_test.c 679 207 51 21 34044 8042 lua_dump_test.c
luaL_traceback_test /src/testdir/tests/capi/luaL_traceback_test.c 446 439 51 16 27090 6030 luaL_traceback_test.c
lua_load_test /src/testdir/tests/capi/lua_load_test.cc 681 565 51 21 34837 8177 lua_load_test.cc
torture_test /src/testdir/tests/capi/torture_test.cc 415 596 51 16 25642 5712 torture_test.cc
luaL_dostring_test /src/testdir/tests/capi/luaL_dostring_test.c 682 553 51 21 34836 8179 luaL_dostring_test.c
luaL_loadbuffer_proto_test /src/testdir/tests/capi/luaL_loadbuffer_proto/luaL_loadbuffer_proto_test.cc 848 603 52 22 36827 9582 luaL_loadbuffer_proto_test.cc
luaL_loadstring_test /src/testdir/tests/capi/luaL_loadstring_test.c 682 553 51 21 34836 8179 luaL_loadstring_test.c
luaL_buffsub_test /src/testdir/tests/capi/luaL_buffsub_test.cc 429 465 51 16 26480 5899 luaL_buffsub_test.cc
luaL_addgsub_test /src/testdir/tests/capi/luaL_addgsub_test.cc 432 462 51 16 26505 5919 luaL_addgsub_test.cc
fuzz_lua /src/fuzz_lua.c 752 141 51 20 37650 8800 fuzz_lua.c
luaL_loadbuffer_test /src/testdir/tests/capi/luaL_loadbuffer_test.c 681 554 51 21 34827 8175 luaL_loadbuffer_test.c

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_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: 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_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: 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_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_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_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: lua_load_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_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_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: 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.

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: 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.

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
str_gsub /src/testdir/build/lua-master/source/lstrlib.c 1 ['N/A'] 163 0 429 60 19 454 0 6120 252
luaB_cowrap /src/testdir/build/lua-master/source/lcorolib.c 1 ['N/A'] 162 0 17 3 2 403 0 5786 232
io_lines /src/testdir/build/lua-master/source/liolib.c 1 ['N/A'] 165 0 95 12 5 459 0 6053 159
str_format /src/testdir/build/lua-master/source/lstrlib.c 1 ['N/A'] 163 0 686 99 23 446 0 6059 135
luaB_loadfile /src/testdir/build/lua-master/source/lbaselib.c 1 ['N/A'] 162 0 48 3 2 689 0 8292 116
sort /src/testdir/build/lua-master/source/ltablib.c 1 ['N/A'] 161 0 76 12 5 402 0 5656 111
searcher_Croot /src/testdir/build/lua-master/source/loadlib.c 1 ['N/A'] 164 0 105 12 6 453 0 6005 100
str_pack /src/testdir/build/lua-master/source/lstrlib.c 1 ['N/A'] 162 0 770 84 24 435 0 5985 83
__lua_getiuservalue(lua_State*,FuzzedDataProvider*) /src/testdir/tests/capi/torture_test.cc 2 ['N/A', 'N/A'] 42 0 54 7 2 341 0 5073 68
db_sethook /src/testdir/build/lua-master/source/ldblib.c 1 ['N/A'] 163 0 164 16 7 407 0 5745 51

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

Functions statically reachable by fuzzers
73.0%
975 / 1336
Cyclomatic complexity statically reachable by fuzzers
87.0%
11568 / 13323

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_buffaddr_test.c

Dictionary

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


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

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/lua_stringtonumber_test.c

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_dump_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/lua_load_test.cc

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_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_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/testdir/tests/capi/luaL_addgsub_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/luaL_loadbuffer_test.c

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

Directories in report

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

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_buffaddr_test fuzzerLogFile-0-WpOgq9YkBO.data fuzzerLogFile-0-WpOgq9YkBO.data.yaml
luaL_gsub_test fuzzerLogFile-0-gWHusSApaq.data fuzzerLogFile-0-gWHusSApaq.data.yaml
luaL_loadbufferx_test fuzzerLogFile-0-0wgCtZEC8g.data fuzzerLogFile-0-0wgCtZEC8g.data.yaml
lua_stringtonumber_test fuzzerLogFile-0-0Ccnt2TPIL.data fuzzerLogFile-0-0Ccnt2TPIL.data.yaml
luaL_bufflen_test fuzzerLogFile-0-Prmtxfpfp0.data fuzzerLogFile-0-Prmtxfpfp0.data.yaml
lua_dump_test fuzzerLogFile-0-XafKjEaFaq.data fuzzerLogFile-0-XafKjEaFaq.data.yaml
luaL_traceback_test fuzzerLogFile-0-Bot9TkYGIX.data fuzzerLogFile-0-Bot9TkYGIX.data.yaml
lua_load_test fuzzerLogFile-0-TE6zMvdwJF.data fuzzerLogFile-0-TE6zMvdwJF.data.yaml
torture_test fuzzerLogFile-0-iV63UYgGKy.data fuzzerLogFile-0-iV63UYgGKy.data.yaml
luaL_dostring_test fuzzerLogFile-0-LSwtqr2Apn.data fuzzerLogFile-0-LSwtqr2Apn.data.yaml
luaL_loadbuffer_proto_test fuzzerLogFile-0-fz7wyRUzMl.data fuzzerLogFile-0-fz7wyRUzMl.data.yaml
luaL_loadstring_test fuzzerLogFile-0-8wIdefIJBi.data fuzzerLogFile-0-8wIdefIJBi.data.yaml
luaL_buffsub_test fuzzerLogFile-0-r6VVlGyy8x.data fuzzerLogFile-0-r6VVlGyy8x.data.yaml
luaL_addgsub_test fuzzerLogFile-0-4VMtK4F5iY.data fuzzerLogFile-0-4VMtK4F5iY.data.yaml
fuzz_lua fuzzerLogFile-0-DVDQywqkNe.data fuzzerLogFile-0-DVDQywqkNe.data.yaml
luaL_loadbuffer_test fuzzerLogFile-0-weXPmpdsEP.data fuzzerLogFile-0-weXPmpdsEP.data.yaml