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

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

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 4 6.77%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 55 93.2%
All colors 59 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
2 28 huff_dec call site: 00028 read_u32
1 8 hpack_idx_to_value call site: 00008 strlen
1 18 hpack_idx_to_name call site: 00018 strlen

Runtime coverage analysis

Covered functions
26
Functions that are reachable but not covered
2
Reachable functions
28
Percentage of reachable functions covered
92.86%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz_hpack_decode.c 1
include/haproxy/hpack-tbl.h 11
include/../src/hpack-dec.c 4
include/haproxy/chunk.h 2
include/import/ist.h 2
include/../src/hpack-huff.c 1
include/haproxy/net_helper.h 2
include/../src/hpack-tbl.c 3

Fuzzer: fuzz_http

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 9 6.92%
gold [1:9] 8 6.15%
yellow [10:29] 4 3.07%
greenyellow [30:49] 2 1.53%
lawngreen 50+ 107 82.3%
All colors 130 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
4 114 http_find_url_param_pos call site: 00114 strncasecmp
3 22 http_parse_path call site: 00022 http_parse_authority
1 14 fuzz_uri_parsing call site: 00014 http_parse_scheme
1 105 http_compare_etags call site: 00105 ist2

Runtime coverage analysis

Covered functions
55
Functions that are reachable but not covered
5
Reachable functions
55
Percentage of reachable functions covered
90.91%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz_http.c 9
include/import/ist.h 12
include/haproxy/http.h 3
src/http.c 23
src/tools.c 1
include/haproxy/intops.h 1
include/haproxy/tools.h 1

Fuzzer: fuzz_cfg_parser

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 546 64.6%
gold [1:9] 53 6.27%
yellow [10:29] 25 2.95%
greenyellow [30:49] 1 0.11%
lawngreen 50+ 220 26.0%
All colors 845 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
271 354 parse_cfg call site: 00354 hash_ipanon
101 12 ultoa call site: 00012 pool_evict_last_items
60 179 print_message call site: 00179 ring_write
20 668 make_arg_list call site: 00668 parse_time_err
12 295 cfg_apply_default_path call site: 00295 ha_alert
8 3 pool_evict_from_local_cache call site: 00003 _complain
8 155 b_room call site: 00155 b_tail
7 690 ha_warning call site: 00690 parse_dotted_uints
7 831 parse_cfg call site: 00831 check_section_position
6 164 generate_usermsgs_ctx_str call site: 00164 b_tail
5 662 make_arg_list call site: 00662 read_int64
4 127 ha_alert call site: 00127 print_message_args

Runtime coverage analysis

Covered functions
97
Functions that are reachable but not covered
148
Reachable functions
240
Percentage of reachable functions covered
38.33%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz_cfg_parser.c 1
src/chunk.c 5
src/pool.c 10
src/debug.c 4
include/haproxy/tools.h 5
src/tools.c 40
include/haproxy/bug.h 1
include/haproxy/buf.h 20
include/haproxy/pool.h 4
include/haproxy/freq_ctr.h 2
include/haproxy/chunk.h 5
include/haproxy/pool-os.h 1
include/import/plock.h 1
include/haproxy/activity.h 1
src/errors.c 13
include/haproxy/obj_type.h 2
src/ring.c 1
include/haproxy/vecpair.h 13
include/import/mt_list.h 7
include/haproxy/task.h 4
src/task.c 3
src/clock.c 1
include/haproxy/list.h 1
include/haproxy/fd.h 1
src/eb32tree.c 1
include/import/ebtree.h 4
src/ebtree.c 1
include/haproxy/intops.h 3
src/buf.c 1
src/cfgparse.c 5
include/import/xxhash.h 8
src/resolvers.c 1
include/haproxy/protocol.h 1
src/cfgcond.c 12
src/arg.c 4
include/haproxy/regex.h 1
./src/haproxy.c 2
include/import/ist.h 6

Fuzzer: fuzz_h1_parse

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 3 2.15%
gold [1:9] 0 0.0%
yellow [10:29] 1 0.71%
greenyellow [30:49] 1 0.71%
lawngreen 50+ 134 96.4%
All colors 139 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
1 23 h1_headers_to_hdr_list call site: 00023 tolower
1 48 h1_parse_connection_header call site: 00048 istcat
1 81 h1_headers_to_hdr_list call site: 00081 http_parse_scheme

Runtime coverage analysis

Covered functions
38
Functions that are reachable but not covered
3
Reachable functions
33
Percentage of reachable functions covered
90.91%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz_h1_parse.c 1
include/haproxy/h1.h 2
src/h1.c 6
src/http.c 7
include/import/ist.h 10
include/haproxy/http-hdr.h 2
include/haproxy/http.h 2

Fuzzer: fuzz_h1_htx

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 distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 466 47.1%
gold [1:9] 26 2.62%
yellow [10:29] 5 0.50%
greenyellow [30:49] 23 2.32%
lawngreen 50+ 469 47.4%
All colors 989 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
91 178 __b_head call site: 00178 print_message_args
89 3 pool_evict_from_local_cache call site: 00003 pool_evict_last_items
34 739 htx_set_blk_value_len call site: 00739 __pool_alloc
24 794 http_replace_header_value call site: 00794 http_update_authority
20 155 b_room call site: 00155 b_tail
18 93 get_trash_chunk call site: 00093 pool_put_to_os_nodec
17 301 h1_parse_msg_hdrs call site: 00301 b_slow_realign_ofs
14 697 __http_find_header call site: 00697 strnistr
14 778 pool_free_nocache call site: 00778 pool_put_to_cache
13 125 create_pool_with_loc call site: 00125 ha_alert
12 976 h1_parse_msg_tlrs call site: 00976 htx_add_all_trailers
10 831 h1_parse_msg_hdrs call site: 00831 http_parse_status_val

Runtime coverage analysis

Covered functions
171
Functions that are reachable but not covered
131
Reachable functions
283
Percentage of reachable functions covered
53.71%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz_h1_htx.c 1
src/chunk.c 7
src/pool.c 21
src/debug.c 4
include/haproxy/tools.h 6
src/tools.c 13
include/haproxy/bug.h 1
include/haproxy/buf.h 26
include/haproxy/pool.h 5
include/haproxy/freq_ctr.h 3
include/haproxy/chunk.h 4
include/haproxy/pool-os.h 2
include/import/plock.h 1
include/haproxy/activity.h 1
src/errors.c 7
include/haproxy/obj_type.h 2
src/ring.c 1
include/haproxy/vecpair.h 13
include/import/mt_list.h 7
include/haproxy/task.h 4
src/task.c 3
src/clock.c 1
include/haproxy/list.h 1
include/haproxy/fd.h 1
src/eb32tree.c 1
include/import/ebtree.h 4
src/ebtree.c 1
include/haproxy/intops.h 6
src/buf.c 2
include/haproxy/htx.h 36
include/haproxy/h1.h 4
src/h1_htx.c 14
src/h1.c 6
src/http.c 9
include/import/ist.h 13
include/haproxy/http-hdr.h 2
include/haproxy/http.h 3
src/htx.c 11
include/haproxy/net_helper.h 2
src/http_htx.c 7
include/haproxy/regex.h 1

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
read_cfg_in_discovery_mode /src/haproxy/./src/haproxy.c 2 ['int', 'N/A'] 41 0 213 49 12 1847 1 25196 22884
cfg_parse_listen /src/haproxy/src/cfgparse-listen.c 4 ['N/A', 'int', 'N/A', 'int'] 23 0 14162 1946 725 592 0 10300 2553
process_chk /src/haproxy/src/check.c 3 ['N/A', 'N/A', 'int'] 32 0 46 6 3 831 0 9323 1952
http_stats_io_handler /src/haproxy/src/stats-html.c 1 ['N/A'] 32 0 641 97 35 612 0 6018 1069
spop_io_cb /src/haproxy/src/mux_spop.c 3 ['N/A', 'N/A', 'int'] 28 0 567 101 27 453 0 4082 1041
peer_io_handler /src/haproxy/src/peers.c 1 ['N/A'] 16 0 2521 387 104 385 0 2447 976
smp_fetch_dump_all_vars /src/haproxy/src/vars.c 4 ['N/A', 'N/A', 'N/A', 'N/A'] 3 0 786 116 43 24 0 905 585

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

Functions statically reachable by fuzzers
47.0%
2280 / 4833
Cyclomatic complexity statically reachable by fuzzers
26.0%
34202 / 133272

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.

fuzz_hpack_decode.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['huff_dec', 'hpack_idx_to_value', 'hpack_idx_to_name']

fuzz_http.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['http_find_url_param_pos', 'http_parse_path', 'fuzz_uri_parsing', 'http_compare_etags']

fuzz_cfg_parser.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['parse_cfg', 'ultoa', 'print_message', 'make_arg_list', 'cfg_apply_default_path', 'pool_evict_from_local_cache', 'b_room', 'ha_warning', 'generate_usermsgs_ctx_str']

fuzz_h1_parse.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['h1_headers_to_hdr_list', 'h1_parse_connection_header']

fuzz_h1_htx.c

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['__b_head', 'pool_evict_from_local_cache', 'htx_set_blk_value_len', 'http_replace_header_value', 'b_room', 'get_trash_chunk', 'h1_parse_msg_hdrs', '__http_find_header', 'pool_free_nocache', 'create_pool_with_loc']

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/haproxy/include/haproxy/ticks.h [] []
/src/haproxy/src/trace.c [] []
/src/haproxy/include/haproxy/tools.h ['fuzz_http', 'fuzz_cfg_parser', 'fuzz_h1_htx'] ['fuzz_http', 'fuzz_cfg_parser', 'fuzz_h1_htx']
/src/haproxy/include/haproxy/applet.h [] []
/src/haproxy/include/import/mt_list.h ['fuzz_cfg_parser', 'fuzz_h1_htx'] []
/src/haproxy/include/haproxy/signal.h [] []
/src/haproxy/src/backend.c [] []
/src/haproxy/src/mux_spop.c [] []
/src/haproxy/src/http.c ['fuzz_http', 'fuzz_h1_parse', 'fuzz_h1_htx'] ['fuzz_http', 'fuzz_h1_parse', 'fuzz_h1_htx']
/src/haproxy/src/sock.c [] []
/src/haproxy/fuzz_hpack_decode.c ['fuzz_hpack_decode'] ['fuzz_hpack_decode']
/src/haproxy/src/proxy.c [] []
/src/haproxy/src/stats-html.c [] []
/src/haproxy/include/../src/hpack-dec.c ['fuzz_hpack_decode'] []
/src/haproxy/src/auth.c [] []
/src/haproxy/src/lb_chash.c [] []
/src/haproxy/include/import/cebtree-prv.h [] []
/src/haproxy/src/ring.c ['fuzz_cfg_parser', 'fuzz_h1_htx'] []
/src/haproxy/include/haproxy/vecpair.h ['fuzz_cfg_parser', 'fuzz_h1_htx'] []
/src/haproxy/include/haproxy/thread.h [] []
/src/haproxy/include/haproxy/session.h [] []
/src/haproxy/src/pipe.c [] []
/src/haproxy/include/import/cebtree.h [] []
/src/haproxy/include/haproxy/stats.h [] []
/src/haproxy/src/h1_htx.c ['fuzz_h1_htx'] ['fuzz_h1_htx']
/src/haproxy/include/haproxy/buf.h ['fuzz_cfg_parser', 'fuzz_h1_htx'] ['fuzz_cfg_parser', 'fuzz_h1_htx']
/src/haproxy/include/haproxy/channel.h [] []
/src/haproxy/src/activity.c [] []
/src/haproxy/include/haproxy/pool-os.h ['fuzz_cfg_parser', 'fuzz_h1_htx'] []
/src/haproxy/src/tcp_rules.c [] []
/src/haproxy/src/tools.c ['fuzz_http', 'fuzz_cfg_parser', 'fuzz_h1_htx'] ['fuzz_http', 'fuzz_cfg_parser', 'fuzz_h1_htx']
/src/haproxy/src/acl.c [] []
/src/haproxy/include/haproxy/regex.h ['fuzz_cfg_parser', 'fuzz_h1_htx'] []
/src/haproxy/src/stats-proxy.c [] []
/src/haproxy/src/counters.c [] []
/src/haproxy/include/haproxy/spoe.h [] []
/src/haproxy/include/haproxy/listener.h [] []
/src/haproxy/src/slz_common.c [] []
/src/haproxy/include/haproxy/pool.h ['fuzz_cfg_parser', 'fuzz_h1_htx'] ['fuzz_cfg_parser', 'fuzz_h1_htx']
/src/haproxy/include/import/slz.h [] []
/src/haproxy/src/fix.c [] []
/src/haproxy/src/shctx.c [] []
/src/haproxy/src/cache.c [] []
/src/haproxy/include/haproxy/clock.h [] []
/src/haproxy/include/haproxy/http_ana.h [] []
/src/haproxy/include/haproxy/connection.h [] []
/src/haproxy/src/sock_inet.c [] []
/src/haproxy/include/haproxy/time.h [] []
/src/haproxy/include/haproxy/guid.h [] []
/src/haproxy/src/action.c [] []
/src/haproxy/include/haproxy/sock.h [] []
/src/haproxy/./src/haproxy.c ['fuzz_cfg_parser'] []
/src/haproxy/include/haproxy/protocol.h ['fuzz_cfg_parser'] []
/src/haproxy/src/mjson.c [] []
/src/haproxy/src/fcgi-app.c [] []
/src/haproxy/include/haproxy/sc_strm.h [] []
/src/haproxy/src/http_rules.c [] []
/src/haproxy/src/pattern.c [] []
/src/haproxy/include/haproxy/limits.h [] []
/src/haproxy/fuzz_cfg_parser.c ['fuzz_cfg_parser'] ['fuzz_cfg_parser']
/src/haproxy/include/haproxy/ring.h [] []
/src/haproxy/include/import/ebtree.h ['fuzz_cfg_parser', 'fuzz_h1_htx'] []
/src/haproxy/include/haproxy/mqtt.h [] []
/src/haproxy/include/import/eb32tree.h [] []
/src/haproxy/src/stats.c [] []
/src/haproxy/src/log.c [] []
/src/haproxy/include/haproxy/pattern.h [] []
/src/haproxy/include/import/eb32sctree.h [] []
/src/haproxy/src/protocol.c [] []
/src/haproxy/src/event_hdl.c [] []
/src/haproxy/include/import/plock.h ['fuzz_cfg_parser', 'fuzz_h1_htx'] []
/src/haproxy/src/stconn.c [] []
/src/haproxy/src/_ceb_str.c [] []
/src/haproxy/src/cfgdiag.c [] []
/src/haproxy/src/cfgparse-global.c [] []
/src/haproxy/src/compression.c [] []
/src/haproxy/src/queue.c [] []
/src/haproxy/src/vars.c [] []
/src/haproxy/src/pool.c ['fuzz_cfg_parser', 'fuzz_h1_htx'] ['fuzz_cfg_parser', 'fuzz_h1_htx']
/src/haproxy/src/sink.c [] []
/src/haproxy/src/thread.c [] []
/src/haproxy/include/haproxy/hpack-tbl.h ['fuzz_hpack_decode'] ['fuzz_hpack_decode']
/src/haproxy/include/haproxy/port_range.h [] []
/src/haproxy/src/ebmbtree.c [] []
/src/haproxy/fuzz_h1_htx.c ['fuzz_h1_htx'] ['fuzz_h1_htx']
/src/haproxy/src/http_fetch.c [] []
/src/haproxy/src/lb_ss.c [] []
/src/haproxy/src/task.c ['fuzz_cfg_parser', 'fuzz_h1_htx'] []
/src/haproxy/src/proto_sockpair.c [] []
/src/haproxy/src/debug.c ['fuzz_cfg_parser', 'fuzz_h1_htx'] []
/src/haproxy/include/haproxy/fix.h [] []
/src/haproxy/include/import/eb64tree.h [] []
/src/haproxy/src/base64.c [] []
/src/haproxy/include/haproxy/shctx.h [] []
/src/haproxy/src/ebtree.c ['fuzz_cfg_parser', 'fuzz_h1_htx'] []
/src/haproxy/include/haproxy/action.h [] []
/src/haproxy/src/errors.c ['fuzz_cfg_parser', 'fuzz_h1_htx'] ['fuzz_cfg_parser']
/src/haproxy/include/haproxy/istbuf.h [] []
/src/haproxy/src/ebistree.c [] []
/src/haproxy/src/proto_tcp.c [] []
/src/haproxy/src/cfgparse.c ['fuzz_cfg_parser'] ['fuzz_cfg_parser']
/src/haproxy/include/haproxy/queue.h [] []
/src/haproxy/src/listener.c [] []
/src/haproxy/include/haproxy/dynbuf.h [] []
/src/haproxy/src/time.c [] []
/src/haproxy/src/payload.c [] []
/src/haproxy/src/_ceb_int.c [] []
/src/haproxy/include/haproxy/proxy.h [] []
/src/haproxy/src/init.c [] []
/src/haproxy/src/cfgcond.c ['fuzz_cfg_parser'] ['fuzz_cfg_parser']
/src/haproxy/include/haproxy/h1.h ['fuzz_h1_parse', 'fuzz_h1_htx'] ['fuzz_h1_parse', 'fuzz_h1_htx']
/src/haproxy/include/haproxy/trace.h [] []
/src/haproxy/src/server.c [] []
/src/haproxy/include/haproxy/http-hdr.h ['fuzz_h1_parse', 'fuzz_h1_htx'] ['fuzz_h1_parse', 'fuzz_h1_htx']
/src/haproxy/src/applet.c [] []
/src/haproxy/include/../src/hpack-tbl.c ['fuzz_hpack_decode'] []
/src/haproxy/src/channel.c [] []
/src/haproxy/src/cli.c [] []
/src/haproxy/include/haproxy/protobuf.h [] []
/src/haproxy/src/stick_table.c [] []
/src/haproxy/src/htx.c ['fuzz_h1_htx'] ['fuzz_h1_htx']
/src/haproxy/src/hash.c [] []
/src/haproxy/src/mworker.c [] []
/src/haproxy/src/eb64tree.c [] []
/src/haproxy/include/haproxy/http.h ['fuzz_http', 'fuzz_h1_parse', 'fuzz_h1_htx'] ['fuzz_http', 'fuzz_h1_parse', 'fuzz_h1_htx']
/src/haproxy/src/cfgparse-listen.c [] []
/src/haproxy/include/haproxy/sample.h [] []
/src/haproxy/include/haproxy/filters.h [] []
/src/haproxy/src/filters.c [] []
/src/haproxy/include/haproxy/htx.h ['fuzz_h1_htx'] ['fuzz_h1_htx']
/src/haproxy/include/haproxy/hlua.h [] []
/src/haproxy/src/slz.c [] []
/src/haproxy/src/buf.c ['fuzz_cfg_parser', 'fuzz_h1_htx'] ['fuzz_cfg_parser']
/src/haproxy/src/arg.c ['fuzz_cfg_parser'] ['fuzz_cfg_parser']
/src/haproxy/src/server_state.c [] []
/src/haproxy/include/haproxy/cli.h [] []
/src/haproxy/src/systemd.c [] []
/src/haproxy/src/session.c [] []
/src/haproxy/src/tcpcheck.c [] []
/src/haproxy/include/haproxy/check.h [] []
/src/haproxy/include/haproxy/task.h ['fuzz_cfg_parser', 'fuzz_h1_htx'] []
/src/haproxy/src/fd.c [] []
/src/haproxy/src/limits.c [] []
/src/haproxy/src/lb_fas.c [] []
/src/haproxy/include/haproxy/intops.h ['fuzz_http', 'fuzz_cfg_parser', 'fuzz_h1_htx'] ['fuzz_http', 'fuzz_cfg_parser', 'fuzz_h1_htx']
/src/haproxy/include/haproxy/mux_spop-t.h [] []
/src/haproxy/include/haproxy/freq_ctr.h ['fuzz_cfg_parser', 'fuzz_h1_htx'] ['fuzz_h1_htx']
/src/haproxy/src/chunk.c ['fuzz_cfg_parser', 'fuzz_h1_htx'] ['fuzz_cfg_parser', 'fuzz_h1_htx']
/src/haproxy/src/eb32tree.c ['fuzz_cfg_parser', 'fuzz_h1_htx'] []
/src/haproxy/src/lb_fwlc.c [] []
/src/haproxy/src/guid.c [] []
/src/haproxy/include/haproxy/log.h [] []
/src/haproxy/src/flt_http_comp.c [] []
/src/haproxy/src/ebsttree.c [] []
/src/haproxy/include/haproxy/h1_htx.h [] []
/src/haproxy/include/import/slz-prv.h [] []
/src/haproxy/src/dynbuf.c [] []
/src/haproxy/include/haproxy/tcpcheck.h [] []
/src/haproxy/include/../src/hpack-huff.c ['fuzz_hpack_decode'] []
/src/haproxy/src/http_ana.c [] []
/src/haproxy/include/import/xxhash.h ['fuzz_cfg_parser'] []
/src/haproxy/include/haproxy/vars.h [] []
/src/haproxy/src/flt_spoe.c [] []
/src/haproxy/src/stats-file.c [] []
/src/haproxy/src/signal.c [] []
/src/haproxy/src/mailers.c [] []
/src/haproxy/src/dns_ring.c [] []
/src/haproxy/src/ebimtree.c [] []
/src/haproxy/include/import/ebmbtree.h [] []
/src/haproxy/src/haterm.c [] []
/src/haproxy/include/haproxy/sink.h [] []
/src/haproxy/src/stream.c [] []
/src/haproxy/src/dict.c [] []
/src/haproxy/include/haproxy/obj_type.h ['fuzz_cfg_parser', 'fuzz_h1_htx'] ['fuzz_cfg_parser']
/src/haproxy/include/haproxy/stream.h [] []
/src/haproxy/src/freq_ctr.c [] []
/src/haproxy/src/lru.c [] []
/src/haproxy/src/dgram.c [] []
/src/haproxy/src/regex.c [] []
/src/haproxy/src/sample.c [] []
/src/haproxy/fuzz_http.c ['fuzz_http'] ['fuzz_http']
/src/haproxy/src/http_ext.c [] []
/src/haproxy/src/check.c [] []
/src/haproxy/src/lb_map.c [] []
/src/haproxy/src/stats-json.c [] []
/src/haproxy/include/import/ist.h ['fuzz_hpack_decode', 'fuzz_http', 'fuzz_cfg_parser', 'fuzz_h1_parse', 'fuzz_h1_htx'] ['fuzz_hpack_decode', 'fuzz_http', 'fuzz_cfg_parser', 'fuzz_h1_parse', 'fuzz_h1_htx']
/src/haproxy/src/connection.c [] []
/src/haproxy/include/haproxy/net_helper.h ['fuzz_hpack_decode', 'fuzz_h1_htx'] ['fuzz_hpack_decode', 'fuzz_h1_htx']
/src/haproxy/include/haproxy/xref.h [] []
/src/haproxy/src/frontend.c [] []
/src/haproxy/src/lb_fwrr.c [] []
/src/haproxy/src/uri_auth.c [] []
/src/haproxy/src/proto_rhttp.c [] []
/src/haproxy/include/haproxy/fd.h ['fuzz_cfg_parser', 'fuzz_h1_htx'] []
/src/haproxy/include/haproxy/namespace.h [] []
/src/haproxy/include/haproxy/list.h ['fuzz_cfg_parser', 'fuzz_h1_htx'] []
/src/haproxy/include/haproxy/activity.h ['fuzz_cfg_parser', 'fuzz_h1_htx'] ['fuzz_cfg_parser', 'fuzz_h1_htx']
/src/haproxy/include/haproxy/bug.h ['fuzz_cfg_parser', 'fuzz_h1_htx'] []
/src/haproxy/src/extcheck.c [] []
/src/haproxy/include/haproxy/backend.h [] []
/src/haproxy/include/haproxy/acl.h [] []
/src/haproxy/src/peers.c [] []
/src/haproxy/src/resolvers.c ['fuzz_cfg_parser'] []
/src/haproxy/src/clock.c ['fuzz_cfg_parser', 'fuzz_h1_htx'] []
/src/haproxy/src/mqtt.c [] []
/src/haproxy/include/haproxy/event_hdl.h [] []
/src/haproxy/src/http_htx.c ['fuzz_h1_htx'] ['fuzz_h1_htx']
/src/haproxy/src/sha1.c [] []
/src/haproxy/include/haproxy/tinfo.h [] []
/src/haproxy/include/haproxy/stick_table.h [] []
/src/haproxy/src/h1.c ['fuzz_h1_parse', 'fuzz_h1_htx'] ['fuzz_h1_parse', 'fuzz_h1_htx']
/src/haproxy/include/haproxy/server.h [] []
/src/haproxy/include/haproxy/chunk.h ['fuzz_hpack_decode', 'fuzz_cfg_parser', 'fuzz_h1_htx'] ['fuzz_hpack_decode', 'fuzz_cfg_parser', 'fuzz_h1_htx']
/src/haproxy/src/dns.c [] []
/src/haproxy/fuzz_h1_parse.c ['fuzz_h1_parse'] ['fuzz_h1_parse']
/src/haproxy/include/haproxy/stconn.h [] []

Directories in report

Directory
/src/haproxy/src/
/src/haproxy/include/import/
/src/haproxy/
/src/haproxy/include/../src/
/src/haproxy/./src/
/src/haproxy/include/haproxy/