Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2026-08-31

Project overview: libzmq

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
26.0%
622 / 2408
Cyclomatic complexity statically reachable by fuzzers
28.0%
3646 / 12941
Runtime code coverage of functions
19.0%
467 / 2408

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
test_z85_decode_fuzzer /src/libzmq/tests/test_z85_decode_fuzzer.cpp 13 578 5 3 118 53 test_z85_decode_fuzzer.cpp
test_connect_fuzzer /src/libzmq/tests/test_connect_fuzzer.cpp 1034 1935 17 106 5826 3140 test_connect_fuzzer.cpp
test_connect_ws_fuzzer /src/libzmq/tests/test_connect_ws_fuzzer.cpp 1058 1918 17 106 6002 3205 test_connect_ws_fuzzer.cpp
test_bind_null_fuzzer /src/libzmq/tests/test_bind_null_fuzzer.cpp 1091 1898 17 106 6365 3317 test_bind_null_fuzzer.cpp
test_bind_fuzzer /src/libzmq/tests/test_bind_fuzzer.cpp 1013 1948 17 106 5404 3049 test_bind_fuzzer.cpp
test_connect_curve_fuzzer /src/libzmq/tests/test_connect_curve_fuzzer.cpp 1071 1940 17 107 6096 3226 test_connect_curve_fuzzer.cpp
test_bind_ws_fuzzer /src/libzmq/tests/test_bind_ws_fuzzer.cpp 1087 1899 17 106 6401 3327 test_bind_ws_fuzzer.cpp
test_bind_curve_fuzzer /src/libzmq/tests/test_bind_curve_fuzzer.cpp 1230 1847 17 111 7562 3793 test_bind_curve_fuzzer.cpp
test_connect_null_fuzzer /src/libzmq/tests/test_connect_null_fuzzer.cpp 1058 1918 17 106 5999 3204 test_connect_null_fuzzer.cpp
test_socket_options_fuzzer /src/libzmq/tests/test_socket_options_fuzzer.cpp 1001 1899 14 104 5477 3023 test_socket_options_fuzzer.cpp
test_connect_stream_fuzzer /src/libzmq/tests/test_connect_stream_fuzzer.cpp 1058 1918 17 106 5999 3204 test_connect_stream_fuzzer.cpp
test_bind_stream_fuzzer /src/libzmq/tests/test_bind_stream_fuzzer.cpp 1103 1889 17 106 6463 3351 test_bind_stream_fuzzer.cpp

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

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 30 81.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 7 18.9%
All colors 37 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
30 1 LLVMFuzzerTestOneInput call site: 00001 UnityTestResultsBegin

Runtime coverage analysis

Covered functions
2
Functions that are reachable but not covered
11
Reachable functions
13
Percentage of reachable functions covered
15.38%
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
/src/libzmq/tests/test_z85_decode_fuzzer.cpp 1
/src/libzmq/external/unity/unity.c 6
/src/libzmq/src/zmq_utils.cpp 1

Fuzzer: test_connect_fuzzer

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 1810 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1810 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
1809 0 EP call site: 00000 zmq_ctx_term

Runtime coverage analysis

Covered functions
1
Functions that are reachable but not covered
1032
Reachable functions
1034
Percentage of reachable functions covered
0.19%
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
/src/libzmq/tests/test_connect_fuzzer.cpp 1
/src/libzmq/tests/testutil_unity.cpp 9
/src/libzmq/external/unity/unity.c 10
/src/libzmq/src/zmq.cpp 14
/src/libzmq/src/ctx.cpp 21
/src/libzmq/src/mutex.hpp 8
/src/libzmq/src/err.cpp 3
/src/libzmq/src/reaper.cpp 4
/src/libzmq/src/object.cpp 24
/src/libzmq/src/i_poll_events.hpp 2
/src/libzmq/src/mailbox.cpp 5
/src/libzmq/src/i_mailbox.hpp 2
/src/libzmq/src/ypipe.hpp 5
/src/libzmq/src/ypipe_base.hpp 4
/src/libzmq/src/yqueue.hpp 12
/src/libzmq/src/atomic_ptr.hpp 13
/src/libzmq/src/signaler.cpp 9
/src/libzmq/src/ip.cpp 13
/src/libzmq/src/epoll.cpp 4
/src/libzmq/src/poller_base.cpp 7
/src/libzmq/src/poller_base.hpp 2
/src/libzmq/src/clock.cpp 4
/src/libzmq/src/atomic_counter.hpp 4
/src/libzmq/src/thread.hpp 2
/src/libzmq/src/thread.cpp 7
/src/libzmq/src/io_thread.cpp 6
/src/libzmq/src/socket_base.cpp 26
/src/libzmq/src/pair.cpp 1
/src/libzmq/src/own.cpp 8
/src/libzmq/src/options.cpp 13
/src/libzmq/src/options.hpp 3
/src/libzmq/src/array.hpp 27
/src/libzmq/src/pipe.hpp 2
/src/libzmq/src/socket_base.hpp 2
/src/libzmq/src/mailbox_safe.cpp 2
/src/libzmq/src/condition_variable.hpp 2
/src/libzmq/src/pub.cpp 1
/src/libzmq/src/xpub.cpp 1
/src/libzmq/src/generic_mtrie_impl.hpp 2
/src/libzmq/src/dist.cpp 2
/src/libzmq/src/msg.cpp 16
/src/libzmq/src/endpoint.hpp 6
/src/libzmq/src/metadata.cpp 1
/src/libzmq/src/metadata.hpp 1
/src/libzmq/src/sub.cpp 1
/src/libzmq/src/xsub.cpp 1
/src/libzmq/src/fq.cpp 2
/src/libzmq/src/radix_tree.cpp 13
/src/libzmq/src/req.cpp 2
/src/libzmq/src/dealer.cpp 2
/src/libzmq/src/lb.cpp 2
/src/libzmq/src/random.cpp 4
/src/libzmq/src/rep.cpp 1
/src/libzmq/src/router.cpp 1
/src/libzmq/src/pull.cpp 1
/src/libzmq/src/push.cpp 1
/src/libzmq/src/stream.cpp 1
/src/libzmq/src/server.cpp 1
/src/libzmq/src/client.cpp 1
/src/libzmq/src/radio.cpp 2
/src/libzmq/src/dish.cpp 2
/src/libzmq/src/gather.cpp 1
/src/libzmq/src/scatter.cpp 1
/src/libzmq/src/dgram.cpp 1
/src/libzmq/src/peer.cpp 1
/src/libzmq/src/channel.cpp 1
/src/libzmq/src/pipe.cpp 20
/src/libzmq/src/ctx.hpp 4
/src/libzmq/src/address.cpp 4
/src/libzmq/src/udp_address.cpp 2
/src/libzmq/src/ip_resolver.cpp 24
/src/libzmq/src/ip_resolver.hpp 1
/src/libzmq/src/ws_address.hpp 1
/src/libzmq/src/ipc_address.cpp 6
/src/libzmq/src/session_base.cpp 4
/src/libzmq/src/io_object.cpp 3
/src/libzmq/src/ypipe_conflate.hpp 1
/src/libzmq/src/dbuffer.hpp 1
/src/libzmq/src/blob.hpp 2
/src/libzmq/src/tcp_address.cpp 10
/src/libzmq/src/ws_address.cpp 4
/src/libzmq/src/tipc_address.cpp 9
/usr/include/linux/tipc.h 4
/src/libzmq/src/tcp_listener.cpp 3
/src/libzmq/src/stream_listener_base.cpp 3
/src/libzmq/src/tcp.cpp 5
/src/libzmq/src/endpoint.cpp 2
/src/libzmq/src/ws_listener.cpp 3
/src/libzmq/src/ipc_listener.cpp 2
/src/libzmq/src/tipc_listener.cpp 2
/src/libzmq/src/mailbox.hpp 1
/src/libsodium/src/libsodium/sodium/core.c 4
/src/libsodium/src/libsodium/sodium/runtime.c 11
/src/libsodium/src/libsodium/randombytes/randombytes.c 4
/src/libsodium/src/libsodium/sodium/utils.c 1
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c 2
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c 1
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c 1
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c 1
/src/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c 1
/src/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c 1
/src/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis128l/aead_aegis128l.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis256/aead_aegis256.c 1
/src/libzmq/tests/testutil.cpp 1
/src/libzmq/src/zmq_utils.cpp 1

Fuzzer: test_connect_ws_fuzzer

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 1887 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1887 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
1886 0 EP call site: 00000 zmq_ctx_term

Runtime coverage analysis

Covered functions
1
Functions that are reachable but not covered
1056
Reachable functions
1058
Percentage of reachable functions covered
0.19%
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
/src/libzmq/tests/test_connect_ws_fuzzer.cpp 1
/src/libzmq/tests/testutil_unity.cpp 11
/src/libzmq/external/unity/unity.c 10
/src/libzmq/src/zmq.cpp 18
/src/libzmq/src/ctx.cpp 21
/src/libzmq/src/mutex.hpp 8
/src/libzmq/src/err.cpp 3
/src/libzmq/src/reaper.cpp 4
/src/libzmq/src/object.cpp 24
/src/libzmq/src/i_poll_events.hpp 2
/src/libzmq/src/mailbox.cpp 5
/src/libzmq/src/i_mailbox.hpp 2
/src/libzmq/src/ypipe.hpp 5
/src/libzmq/src/ypipe_base.hpp 4
/src/libzmq/src/yqueue.hpp 12
/src/libzmq/src/atomic_ptr.hpp 13
/src/libzmq/src/signaler.cpp 9
/src/libzmq/src/ip.cpp 13
/src/libzmq/src/epoll.cpp 4
/src/libzmq/src/poller_base.cpp 7
/src/libzmq/src/poller_base.hpp 2
/src/libzmq/src/clock.cpp 4
/src/libzmq/src/atomic_counter.hpp 4
/src/libzmq/src/thread.hpp 2
/src/libzmq/src/thread.cpp 7
/src/libzmq/src/io_thread.cpp 6
/src/libzmq/src/socket_base.cpp 28
/src/libzmq/src/pair.cpp 1
/src/libzmq/src/own.cpp 8
/src/libzmq/src/options.cpp 13
/src/libzmq/src/options.hpp 3
/src/libzmq/src/array.hpp 27
/src/libzmq/src/pipe.hpp 2
/src/libzmq/src/socket_base.hpp 2
/src/libzmq/src/mailbox_safe.cpp 2
/src/libzmq/src/condition_variable.hpp 2
/src/libzmq/src/pub.cpp 1
/src/libzmq/src/xpub.cpp 1
/src/libzmq/src/generic_mtrie_impl.hpp 2
/src/libzmq/src/dist.cpp 2
/src/libzmq/src/msg.cpp 16
/src/libzmq/src/endpoint.hpp 6
/src/libzmq/src/metadata.cpp 1
/src/libzmq/src/metadata.hpp 1
/src/libzmq/src/sub.cpp 1
/src/libzmq/src/xsub.cpp 1
/src/libzmq/src/fq.cpp 2
/src/libzmq/src/radix_tree.cpp 13
/src/libzmq/src/req.cpp 2
/src/libzmq/src/dealer.cpp 2
/src/libzmq/src/lb.cpp 2
/src/libzmq/src/random.cpp 4
/src/libzmq/src/rep.cpp 1
/src/libzmq/src/router.cpp 1
/src/libzmq/src/pull.cpp 1
/src/libzmq/src/push.cpp 1
/src/libzmq/src/stream.cpp 1
/src/libzmq/src/server.cpp 1
/src/libzmq/src/client.cpp 1
/src/libzmq/src/radio.cpp 2
/src/libzmq/src/dish.cpp 2
/src/libzmq/src/gather.cpp 1
/src/libzmq/src/scatter.cpp 1
/src/libzmq/src/dgram.cpp 1
/src/libzmq/src/peer.cpp 1
/src/libzmq/src/channel.cpp 1
/src/libzmq/src/pipe.cpp 20
/src/libzmq/src/ctx.hpp 4
/src/libzmq/src/address.cpp 4
/src/libzmq/src/udp_address.cpp 2
/src/libzmq/src/ip_resolver.cpp 24
/src/libzmq/src/ip_resolver.hpp 1
/src/libzmq/src/ws_address.hpp 1
/src/libzmq/src/ipc_address.cpp 6
/src/libzmq/src/session_base.cpp 4
/src/libzmq/src/io_object.cpp 3
/src/libzmq/src/ypipe_conflate.hpp 1
/src/libzmq/src/dbuffer.hpp 1
/src/libzmq/src/blob.hpp 2
/src/libzmq/src/tcp_address.cpp 10
/src/libzmq/src/ws_address.cpp 4
/src/libzmq/src/tipc_address.cpp 9
/usr/include/linux/tipc.h 4
/src/libzmq/src/tcp_listener.cpp 3
/src/libzmq/src/stream_listener_base.cpp 3
/src/libzmq/src/tcp.cpp 5
/src/libzmq/src/endpoint.cpp 2
/src/libzmq/src/ws_listener.cpp 3
/src/libzmq/src/ipc_listener.cpp 2
/src/libzmq/src/tipc_listener.cpp 2
/src/libzmq/src/mailbox.hpp 1
/src/libsodium/src/libsodium/sodium/core.c 4
/src/libsodium/src/libsodium/sodium/runtime.c 11
/src/libsodium/src/libsodium/randombytes/randombytes.c 4
/src/libsodium/src/libsodium/sodium/utils.c 1
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c 2
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c 1
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c 1
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c 1
/src/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c 1
/src/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c 1
/src/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis128l/aead_aegis128l.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis256/aead_aegis256.c 1
/src/libzmq/tests/testutil.cpp 3
/src/libzmq/src/zmq_utils.cpp 1

Fuzzer: test_bind_null_fuzzer

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 1991 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1991 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
1990 0 EP call site: 00000 zmq_ctx_term

Runtime coverage analysis

Covered functions
1
Functions that are reachable but not covered
1089
Reachable functions
1091
Percentage of reachable functions covered
0.18%
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
/src/libzmq/tests/test_bind_null_fuzzer.cpp 1
/src/libzmq/tests/testutil_unity.cpp 14
/src/libzmq/external/unity/unity.c 12
/src/libzmq/src/zmq.cpp 22
/src/libzmq/src/ctx.cpp 21
/src/libzmq/src/mutex.hpp 8
/src/libzmq/src/err.cpp 3
/src/libzmq/src/reaper.cpp 4
/src/libzmq/src/object.cpp 24
/src/libzmq/src/i_poll_events.hpp 2
/src/libzmq/src/mailbox.cpp 5
/src/libzmq/src/i_mailbox.hpp 2
/src/libzmq/src/ypipe.hpp 5
/src/libzmq/src/ypipe_base.hpp 4
/src/libzmq/src/yqueue.hpp 12
/src/libzmq/src/atomic_ptr.hpp 13
/src/libzmq/src/signaler.cpp 9
/src/libzmq/src/ip.cpp 13
/src/libzmq/src/epoll.cpp 4
/src/libzmq/src/poller_base.cpp 7
/src/libzmq/src/poller_base.hpp 2
/src/libzmq/src/clock.cpp 4
/src/libzmq/src/atomic_counter.hpp 4
/src/libzmq/src/thread.hpp 2
/src/libzmq/src/thread.cpp 7
/src/libzmq/src/io_thread.cpp 6
/src/libzmq/src/socket_base.cpp 31
/src/libzmq/src/pair.cpp 1
/src/libzmq/src/own.cpp 8
/src/libzmq/src/options.cpp 17
/src/libzmq/src/options.hpp 4
/src/libzmq/src/array.hpp 27
/src/libzmq/src/pipe.hpp 2
/src/libzmq/src/socket_base.hpp 2
/src/libzmq/src/mailbox_safe.cpp 2
/src/libzmq/src/condition_variable.hpp 2
/src/libzmq/src/pub.cpp 1
/src/libzmq/src/xpub.cpp 1
/src/libzmq/src/generic_mtrie_impl.hpp 2
/src/libzmq/src/dist.cpp 2
/src/libzmq/src/msg.cpp 17
/src/libzmq/src/endpoint.hpp 6
/src/libzmq/src/metadata.cpp 1
/src/libzmq/src/metadata.hpp 1
/src/libzmq/src/sub.cpp 1
/src/libzmq/src/xsub.cpp 1
/src/libzmq/src/fq.cpp 2
/src/libzmq/src/radix_tree.cpp 13
/src/libzmq/src/req.cpp 2
/src/libzmq/src/dealer.cpp 2
/src/libzmq/src/lb.cpp 2
/src/libzmq/src/random.cpp 4
/src/libzmq/src/rep.cpp 1
/src/libzmq/src/router.cpp 1
/src/libzmq/src/pull.cpp 1
/src/libzmq/src/push.cpp 1
/src/libzmq/src/stream.cpp 1
/src/libzmq/src/server.cpp 1
/src/libzmq/src/client.cpp 1
/src/libzmq/src/radio.cpp 2
/src/libzmq/src/dish.cpp 2
/src/libzmq/src/gather.cpp 1
/src/libzmq/src/scatter.cpp 1
/src/libzmq/src/dgram.cpp 1
/src/libzmq/src/peer.cpp 1
/src/libzmq/src/channel.cpp 1
/src/libzmq/src/pipe.cpp 20
/src/libzmq/src/ctx.hpp 4
/src/libzmq/src/address.cpp 4
/src/libzmq/src/udp_address.cpp 2
/src/libzmq/src/ip_resolver.cpp 24
/src/libzmq/src/ip_resolver.hpp 1
/src/libzmq/src/ws_address.hpp 1
/src/libzmq/src/ipc_address.cpp 6
/src/libzmq/src/session_base.cpp 4
/src/libzmq/src/io_object.cpp 3
/src/libzmq/src/ypipe_conflate.hpp 1
/src/libzmq/src/dbuffer.hpp 1
/src/libzmq/src/blob.hpp 2
/src/libzmq/src/tcp_address.cpp 10
/src/libzmq/src/ws_address.cpp 4
/src/libzmq/src/tipc_address.cpp 9
/usr/include/linux/tipc.h 4
/src/libzmq/src/tcp_listener.cpp 3
/src/libzmq/src/stream_listener_base.cpp 3
/src/libzmq/src/tcp.cpp 5
/src/libzmq/src/endpoint.cpp 2
/src/libzmq/src/ws_listener.cpp 3
/src/libzmq/src/ipc_listener.cpp 2
/src/libzmq/src/tipc_listener.cpp 2
/src/libzmq/src/mailbox.hpp 1
/src/libsodium/src/libsodium/sodium/core.c 4
/src/libsodium/src/libsodium/sodium/runtime.c 11
/src/libsodium/src/libsodium/randombytes/randombytes.c 4
/src/libsodium/src/libsodium/sodium/utils.c 1
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c 2
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c 1
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c 1
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c 1
/src/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c 1
/src/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c 1
/src/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis128l/aead_aegis128l.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis256/aead_aegis256.c 1
/src/libzmq/tests/testutil.cpp 4
/src/libzmq/src/zmq_utils.cpp 2

Fuzzer: test_bind_fuzzer

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 1703 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1703 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
1702 0 EP call site: 00000 zmq_ctx_term

Runtime coverage analysis

Covered functions
1
Functions that are reachable but not covered
1011
Reachable functions
1013
Percentage of reachable functions covered
0.2%
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
/src/libzmq/tests/test_bind_fuzzer.cpp 1
/src/libzmq/external/unity/unity.c 10
/src/libzmq/tests/testutil_unity.cpp 9
/src/libzmq/src/zmq.cpp 14
/src/libzmq/src/err.cpp 3
/src/libzmq/src/ctx.cpp 19
/src/libzmq/src/mutex.hpp 8
/src/libzmq/src/reaper.cpp 4
/src/libzmq/src/object.cpp 22
/src/libzmq/src/i_poll_events.hpp 2
/src/libzmq/src/mailbox.cpp 5
/src/libzmq/src/i_mailbox.hpp 2
/src/libzmq/src/ypipe.hpp 5
/src/libzmq/src/ypipe_base.hpp 4
/src/libzmq/src/yqueue.hpp 12
/src/libzmq/src/atomic_ptr.hpp 13
/src/libzmq/src/signaler.cpp 9
/src/libzmq/src/ip.cpp 13
/src/libzmq/src/epoll.cpp 4
/src/libzmq/src/poller_base.cpp 7
/src/libzmq/src/poller_base.hpp 2
/src/libzmq/src/clock.cpp 4
/src/libzmq/src/atomic_counter.hpp 4
/src/libzmq/src/thread.hpp 2
/src/libzmq/src/thread.cpp 7
/src/libzmq/src/io_thread.cpp 6
/src/libzmq/src/socket_base.cpp 23
/src/libzmq/src/pair.cpp 1
/src/libzmq/src/own.cpp 8
/src/libzmq/src/options.cpp 13
/src/libzmq/src/options.hpp 3
/src/libzmq/src/array.hpp 27
/src/libzmq/src/pipe.hpp 2
/src/libzmq/src/socket_base.hpp 2
/src/libzmq/src/mailbox_safe.cpp 2
/src/libzmq/src/condition_variable.hpp 2
/src/libzmq/src/pub.cpp 1
/src/libzmq/src/xpub.cpp 1
/src/libzmq/src/generic_mtrie_impl.hpp 2
/src/libzmq/src/dist.cpp 2
/src/libzmq/src/msg.cpp 16
/src/libzmq/src/endpoint.hpp 6
/src/libzmq/src/metadata.cpp 1
/src/libzmq/src/metadata.hpp 1
/src/libzmq/src/sub.cpp 1
/src/libzmq/src/xsub.cpp 1
/src/libzmq/src/fq.cpp 2
/src/libzmq/src/radix_tree.cpp 13
/src/libzmq/src/req.cpp 2
/src/libzmq/src/dealer.cpp 2
/src/libzmq/src/lb.cpp 2
/src/libzmq/src/random.cpp 4
/src/libzmq/src/rep.cpp 1
/src/libzmq/src/router.cpp 1
/src/libzmq/src/pull.cpp 1
/src/libzmq/src/push.cpp 1
/src/libzmq/src/stream.cpp 1
/src/libzmq/src/server.cpp 1
/src/libzmq/src/client.cpp 1
/src/libzmq/src/radio.cpp 2
/src/libzmq/src/dish.cpp 2
/src/libzmq/src/gather.cpp 1
/src/libzmq/src/scatter.cpp 1
/src/libzmq/src/dgram.cpp 1
/src/libzmq/src/peer.cpp 1
/src/libzmq/src/channel.cpp 1
/src/libzmq/src/pipe.cpp 20
/src/libzmq/src/ctx.hpp 2
/src/libzmq/src/address.cpp 4
/src/libzmq/src/udp_address.cpp 2
/src/libzmq/src/ip_resolver.cpp 24
/src/libzmq/src/ip_resolver.hpp 1
/src/libzmq/src/ws_address.hpp 1
/src/libzmq/src/ipc_address.cpp 6
/src/libzmq/src/session_base.cpp 4
/src/libzmq/src/io_object.cpp 3
/src/libzmq/src/ypipe_conflate.hpp 1
/src/libzmq/src/dbuffer.hpp 1
/src/libzmq/src/blob.hpp 2
/src/libzmq/src/tcp_address.cpp 10
/src/libzmq/src/ws_address.cpp 4
/src/libzmq/src/tipc_address.cpp 9
/usr/include/linux/tipc.h 4
/src/libzmq/src/tcp_listener.cpp 3
/src/libzmq/src/stream_listener_base.cpp 3
/src/libzmq/src/tcp.cpp 5
/src/libzmq/src/endpoint.cpp 1
/src/libzmq/src/ws_listener.cpp 3
/src/libzmq/src/ipc_listener.cpp 2
/src/libzmq/src/tipc_listener.cpp 2
/src/libzmq/src/mailbox.hpp 1
/src/libsodium/src/libsodium/sodium/core.c 4
/src/libsodium/src/libsodium/sodium/runtime.c 11
/src/libsodium/src/libsodium/randombytes/randombytes.c 4
/src/libsodium/src/libsodium/sodium/utils.c 1
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c 2
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c 1
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c 1
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c 1
/src/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c 1
/src/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c 1
/src/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis128l/aead_aegis128l.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis256/aead_aegis256.c 1
/src/libzmq/tests/testutil.cpp 1
/src/libzmq/src/zmq_utils.cpp 1

Fuzzer: test_connect_curve_fuzzer

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 1928 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1928 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
1927 0 EP call site: 00000 zmq_ctx_term

Runtime coverage analysis

Covered functions
1
Functions that are reachable but not covered
1069
Reachable functions
1071
Percentage of reachable functions covered
0.19%
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
/src/libzmq/tests/test_connect_curve_fuzzer.cpp 1
/src/libzmq/tests/testutil_unity.cpp 11
/src/libzmq/external/unity/unity.c 10
/src/libzmq/src/zmq.cpp 21
/src/libzmq/src/ctx.cpp 21
/src/libzmq/src/mutex.hpp 8
/src/libzmq/src/err.cpp 3
/src/libzmq/src/reaper.cpp 4
/src/libzmq/src/object.cpp 24
/src/libzmq/src/i_poll_events.hpp 2
/src/libzmq/src/mailbox.cpp 5
/src/libzmq/src/i_mailbox.hpp 2
/src/libzmq/src/ypipe.hpp 5
/src/libzmq/src/ypipe_base.hpp 4
/src/libzmq/src/yqueue.hpp 12
/src/libzmq/src/atomic_ptr.hpp 13
/src/libzmq/src/signaler.cpp 9
/src/libzmq/src/ip.cpp 13
/src/libzmq/src/epoll.cpp 4
/src/libzmq/src/poller_base.cpp 7
/src/libzmq/src/poller_base.hpp 2
/src/libzmq/src/clock.cpp 4
/src/libzmq/src/atomic_counter.hpp 4
/src/libzmq/src/thread.hpp 2
/src/libzmq/src/thread.cpp 7
/src/libzmq/src/io_thread.cpp 6
/src/libzmq/src/socket_base.cpp 29
/src/libzmq/src/pair.cpp 1
/src/libzmq/src/own.cpp 8
/src/libzmq/src/options.cpp 13
/src/libzmq/src/options.hpp 3
/src/libzmq/src/array.hpp 27
/src/libzmq/src/pipe.hpp 2
/src/libzmq/src/socket_base.hpp 2
/src/libzmq/src/mailbox_safe.cpp 2
/src/libzmq/src/condition_variable.hpp 2
/src/libzmq/src/pub.cpp 1
/src/libzmq/src/xpub.cpp 1
/src/libzmq/src/generic_mtrie_impl.hpp 2
/src/libzmq/src/dist.cpp 2
/src/libzmq/src/msg.cpp 16
/src/libzmq/src/endpoint.hpp 6
/src/libzmq/src/metadata.cpp 1
/src/libzmq/src/metadata.hpp 1
/src/libzmq/src/sub.cpp 1
/src/libzmq/src/xsub.cpp 1
/src/libzmq/src/fq.cpp 2
/src/libzmq/src/radix_tree.cpp 13
/src/libzmq/src/req.cpp 2
/src/libzmq/src/dealer.cpp 2
/src/libzmq/src/lb.cpp 2
/src/libzmq/src/random.cpp 4
/src/libzmq/src/rep.cpp 1
/src/libzmq/src/router.cpp 1
/src/libzmq/src/pull.cpp 1
/src/libzmq/src/push.cpp 1
/src/libzmq/src/stream.cpp 1
/src/libzmq/src/server.cpp 1
/src/libzmq/src/client.cpp 1
/src/libzmq/src/radio.cpp 2
/src/libzmq/src/dish.cpp 2
/src/libzmq/src/gather.cpp 1
/src/libzmq/src/scatter.cpp 1
/src/libzmq/src/dgram.cpp 1
/src/libzmq/src/peer.cpp 1
/src/libzmq/src/channel.cpp 1
/src/libzmq/src/pipe.cpp 20
/src/libzmq/src/ctx.hpp 4
/src/libzmq/src/address.cpp 4
/src/libzmq/src/udp_address.cpp 2
/src/libzmq/src/ip_resolver.cpp 24
/src/libzmq/src/ip_resolver.hpp 1
/src/libzmq/src/ws_address.hpp 1
/src/libzmq/src/ipc_address.cpp 6
/src/libzmq/src/session_base.cpp 4
/src/libzmq/src/io_object.cpp 3
/src/libzmq/src/ypipe_conflate.hpp 1
/src/libzmq/src/dbuffer.hpp 1
/src/libzmq/src/blob.hpp 2
/src/libzmq/src/tcp_address.cpp 10
/src/libzmq/src/ws_address.cpp 4
/src/libzmq/src/tipc_address.cpp 9
/usr/include/linux/tipc.h 4
/src/libzmq/src/tcp_listener.cpp 3
/src/libzmq/src/stream_listener_base.cpp 3
/src/libzmq/src/tcp.cpp 5
/src/libzmq/src/endpoint.cpp 2
/src/libzmq/src/ws_listener.cpp 3
/src/libzmq/src/ipc_listener.cpp 2
/src/libzmq/src/tipc_listener.cpp 2
/src/libzmq/src/mailbox.hpp 1
/src/libsodium/src/libsodium/sodium/core.c 4
/src/libsodium/src/libsodium/sodium/runtime.c 11
/src/libsodium/src/libsodium/randombytes/randombytes.c 4
/src/libsodium/src/libsodium/sodium/utils.c 1
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c 2
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c 1
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c 1
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c 1
/src/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c 1
/src/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c 1
/src/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis128l/aead_aegis128l.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis256/aead_aegis256.c 1
/src/libzmq/tests/testutil.cpp 3
/src/libzmq/tests/testutil_security.cpp 3
/src/libzmq/src/zmq_utils.cpp 1

Fuzzer: test_bind_ws_fuzzer

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 1998 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1998 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
1997 0 EP call site: 00000 zmq_ctx_term

Runtime coverage analysis

Covered functions
1
Functions that are reachable but not covered
1085
Reachable functions
1087
Percentage of reachable functions covered
0.18%
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
/src/libzmq/tests/test_bind_ws_fuzzer.cpp 1
/src/libzmq/tests/testutil_unity.cpp 13
/src/libzmq/external/unity/unity.c 14
/src/libzmq/src/zmq.cpp 23
/src/libzmq/src/ctx.cpp 21
/src/libzmq/src/mutex.hpp 8
/src/libzmq/src/err.cpp 3
/src/libzmq/src/reaper.cpp 4
/src/libzmq/src/object.cpp 24
/src/libzmq/src/i_poll_events.hpp 2
/src/libzmq/src/mailbox.cpp 5
/src/libzmq/src/i_mailbox.hpp 2
/src/libzmq/src/ypipe.hpp 5
/src/libzmq/src/ypipe_base.hpp 4
/src/libzmq/src/yqueue.hpp 12
/src/libzmq/src/atomic_ptr.hpp 13
/src/libzmq/src/signaler.cpp 9
/src/libzmq/src/ip.cpp 13
/src/libzmq/src/epoll.cpp 4
/src/libzmq/src/poller_base.cpp 7
/src/libzmq/src/poller_base.hpp 2
/src/libzmq/src/clock.cpp 4
/src/libzmq/src/atomic_counter.hpp 4
/src/libzmq/src/thread.hpp 2
/src/libzmq/src/thread.cpp 7
/src/libzmq/src/io_thread.cpp 6
/src/libzmq/src/socket_base.cpp 31
/src/libzmq/src/pair.cpp 1
/src/libzmq/src/own.cpp 8
/src/libzmq/src/options.cpp 17
/src/libzmq/src/options.hpp 4
/src/libzmq/src/array.hpp 27
/src/libzmq/src/pipe.hpp 2
/src/libzmq/src/socket_base.hpp 2
/src/libzmq/src/mailbox_safe.cpp 2
/src/libzmq/src/condition_variable.hpp 2
/src/libzmq/src/pub.cpp 1
/src/libzmq/src/xpub.cpp 1
/src/libzmq/src/generic_mtrie_impl.hpp 2
/src/libzmq/src/dist.cpp 2
/src/libzmq/src/msg.cpp 16
/src/libzmq/src/endpoint.hpp 6
/src/libzmq/src/metadata.cpp 1
/src/libzmq/src/metadata.hpp 1
/src/libzmq/src/sub.cpp 1
/src/libzmq/src/xsub.cpp 1
/src/libzmq/src/fq.cpp 2
/src/libzmq/src/radix_tree.cpp 13
/src/libzmq/src/req.cpp 2
/src/libzmq/src/dealer.cpp 2
/src/libzmq/src/lb.cpp 2
/src/libzmq/src/random.cpp 4
/src/libzmq/src/rep.cpp 1
/src/libzmq/src/router.cpp 1
/src/libzmq/src/pull.cpp 1
/src/libzmq/src/push.cpp 1
/src/libzmq/src/stream.cpp 1
/src/libzmq/src/server.cpp 1
/src/libzmq/src/client.cpp 1
/src/libzmq/src/radio.cpp 2
/src/libzmq/src/dish.cpp 2
/src/libzmq/src/gather.cpp 1
/src/libzmq/src/scatter.cpp 1
/src/libzmq/src/dgram.cpp 1
/src/libzmq/src/peer.cpp 1
/src/libzmq/src/channel.cpp 1
/src/libzmq/src/pipe.cpp 20
/src/libzmq/src/ctx.hpp 4
/src/libzmq/src/address.cpp 4
/src/libzmq/src/udp_address.cpp 2
/src/libzmq/src/ip_resolver.cpp 24
/src/libzmq/src/ip_resolver.hpp 1
/src/libzmq/src/ws_address.hpp 1
/src/libzmq/src/ipc_address.cpp 6
/src/libzmq/src/session_base.cpp 4
/src/libzmq/src/io_object.cpp 3
/src/libzmq/src/ypipe_conflate.hpp 1
/src/libzmq/src/dbuffer.hpp 1
/src/libzmq/src/blob.hpp 2
/src/libzmq/src/tcp_address.cpp 10
/src/libzmq/src/ws_address.cpp 4
/src/libzmq/src/tipc_address.cpp 9
/usr/include/linux/tipc.h 4
/src/libzmq/src/tcp_listener.cpp 3
/src/libzmq/src/stream_listener_base.cpp 3
/src/libzmq/src/tcp.cpp 5
/src/libzmq/src/endpoint.cpp 2
/src/libzmq/src/ws_listener.cpp 3
/src/libzmq/src/ipc_listener.cpp 2
/src/libzmq/src/tipc_listener.cpp 2
/src/libzmq/src/mailbox.hpp 1
/src/libsodium/src/libsodium/sodium/core.c 4
/src/libsodium/src/libsodium/sodium/runtime.c 11
/src/libsodium/src/libsodium/randombytes/randombytes.c 4
/src/libsodium/src/libsodium/sodium/utils.c 1
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c 2
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c 1
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c 1
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c 1
/src/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c 1
/src/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c 1
/src/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis128l/aead_aegis128l.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis256/aead_aegis256.c 1
/src/libzmq/tests/testutil.cpp 3
/src/libzmq/src/zmq_utils.cpp 2

Fuzzer: test_bind_curve_fuzzer

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 2367 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2367 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
2366 0 EP call site: 00000 zmq_ctx_term

Runtime coverage analysis

Covered functions
1
Functions that are reachable but not covered
1228
Reachable functions
1230
Percentage of reachable functions covered
0.16%
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
/src/libzmq/tests/test_bind_curve_fuzzer.cpp 1
/src/libzmq/tests/testutil_unity.cpp 16
/src/libzmq/external/unity/unity.c 17
/src/libzmq/src/zmq.cpp 37
/src/libzmq/src/ctx.cpp 22
/src/libzmq/src/mutex.hpp 8
/src/libzmq/src/err.cpp 3
/src/libzmq/src/reaper.cpp 4
/src/libzmq/src/object.cpp 25
/src/libzmq/src/i_poll_events.hpp 2
/src/libzmq/src/mailbox.cpp 5
/src/libzmq/src/i_mailbox.hpp 2
/src/libzmq/src/ypipe.hpp 5
/src/libzmq/src/ypipe_base.hpp 4
/src/libzmq/src/yqueue.hpp 12
/src/libzmq/src/atomic_ptr.hpp 13
/src/libzmq/src/signaler.cpp 10
/src/libzmq/src/ip.cpp 13
/src/libzmq/src/epoll.cpp 4
/src/libzmq/src/poller_base.cpp 7
/src/libzmq/src/poller_base.hpp 2
/src/libzmq/src/clock.cpp 4
/src/libzmq/src/atomic_counter.hpp 4
/src/libzmq/src/thread.hpp 2
/src/libzmq/src/thread.cpp 8
/src/libzmq/src/io_thread.cpp 6
/src/libzmq/src/socket_base.cpp 38
/src/libzmq/src/pair.cpp 1
/src/libzmq/src/own.cpp 9
/src/libzmq/src/options.cpp 17
/src/libzmq/src/options.hpp 4
/src/libzmq/src/array.hpp 27
/src/libzmq/src/pipe.hpp 2
/src/libzmq/src/socket_base.hpp 2
/src/libzmq/src/mailbox_safe.cpp 4
/src/libzmq/src/condition_variable.hpp 2
/src/libzmq/src/pub.cpp 1
/src/libzmq/src/xpub.cpp 1
/src/libzmq/src/generic_mtrie_impl.hpp 2
/src/libzmq/src/dist.cpp 2
/src/libzmq/src/msg.cpp 16
/src/libzmq/src/endpoint.hpp 6
/src/libzmq/src/metadata.cpp 1
/src/libzmq/src/metadata.hpp 1
/src/libzmq/src/sub.cpp 1
/src/libzmq/src/xsub.cpp 1
/src/libzmq/src/fq.cpp 2
/src/libzmq/src/radix_tree.cpp 13
/src/libzmq/src/req.cpp 2
/src/libzmq/src/dealer.cpp 2
/src/libzmq/src/lb.cpp 2
/src/libzmq/src/random.cpp 4
/src/libzmq/src/rep.cpp 1
/src/libzmq/src/router.cpp 1
/src/libzmq/src/pull.cpp 1
/src/libzmq/src/push.cpp 1
/src/libzmq/src/stream.cpp 1
/src/libzmq/src/server.cpp 1
/src/libzmq/src/client.cpp 1
/src/libzmq/src/radio.cpp 2
/src/libzmq/src/dish.cpp 2
/src/libzmq/src/gather.cpp 1
/src/libzmq/src/scatter.cpp 1
/src/libzmq/src/dgram.cpp 1
/src/libzmq/src/peer.cpp 1
/src/libzmq/src/channel.cpp 1
/src/libzmq/src/pipe.cpp 21
/src/libzmq/src/ctx.hpp 4
/src/libzmq/src/address.cpp 4
/src/libzmq/src/udp_address.cpp 2
/src/libzmq/src/ip_resolver.cpp 24
/src/libzmq/src/ip_resolver.hpp 1
/src/libzmq/src/ws_address.hpp 1
/src/libzmq/src/ipc_address.cpp 6
/src/libzmq/src/session_base.cpp 4
/src/libzmq/src/io_object.cpp 3
/src/libzmq/src/ypipe_conflate.hpp 1
/src/libzmq/src/dbuffer.hpp 1
/src/libzmq/src/blob.hpp 2
/src/libzmq/src/tcp_address.cpp 10
/src/libzmq/src/ws_address.cpp 4
/src/libzmq/src/tipc_address.cpp 9
/usr/include/linux/tipc.h 4
/src/libzmq/src/tcp_listener.cpp 3
/src/libzmq/src/stream_listener_base.cpp 3
/src/libzmq/src/tcp.cpp 5
/src/libzmq/src/endpoint.cpp 2
/src/libzmq/src/ws_listener.cpp 3
/src/libzmq/src/ipc_listener.cpp 2
/src/libzmq/src/tipc_listener.cpp 2
/src/libzmq/src/mailbox.hpp 1
/src/libsodium/src/libsodium/sodium/core.c 4
/src/libsodium/src/libsodium/sodium/runtime.c 11
/src/libsodium/src/libsodium/randombytes/randombytes.c 4
/src/libsodium/src/libsodium/sodium/utils.c 1
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c 2
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c 1
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c 1
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c 1
/src/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c 1
/src/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c 1
/src/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis128l/aead_aegis128l.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis256/aead_aegis256.c 1
/src/libzmq/tests/testutil_security.cpp 8
/src/libzmq/src/zmq_utils.cpp 7
/src/libzmq/tests/testutil.cpp 9
/src/libzmq/src/socket_poller.cpp 16
/src/libzmq/src/socket_poller.hpp 2
/src/libzmq/src/polling_util.hpp 3
/src/libzmq/src/polling_util.cpp 1

Fuzzer: test_connect_null_fuzzer

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 1886 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1886 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
1885 0 EP call site: 00000 zmq_ctx_term

Runtime coverage analysis

Covered functions
1
Functions that are reachable but not covered
1056
Reachable functions
1058
Percentage of reachable functions covered
0.19%
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
/src/libzmq/tests/test_connect_null_fuzzer.cpp 1
/src/libzmq/tests/testutil_unity.cpp 11
/src/libzmq/external/unity/unity.c 10
/src/libzmq/src/zmq.cpp 18
/src/libzmq/src/ctx.cpp 21
/src/libzmq/src/mutex.hpp 8
/src/libzmq/src/err.cpp 3
/src/libzmq/src/reaper.cpp 4
/src/libzmq/src/object.cpp 24
/src/libzmq/src/i_poll_events.hpp 2
/src/libzmq/src/mailbox.cpp 5
/src/libzmq/src/i_mailbox.hpp 2
/src/libzmq/src/ypipe.hpp 5
/src/libzmq/src/ypipe_base.hpp 4
/src/libzmq/src/yqueue.hpp 12
/src/libzmq/src/atomic_ptr.hpp 13
/src/libzmq/src/signaler.cpp 9
/src/libzmq/src/ip.cpp 13
/src/libzmq/src/epoll.cpp 4
/src/libzmq/src/poller_base.cpp 7
/src/libzmq/src/poller_base.hpp 2
/src/libzmq/src/clock.cpp 4
/src/libzmq/src/atomic_counter.hpp 4
/src/libzmq/src/thread.hpp 2
/src/libzmq/src/thread.cpp 7
/src/libzmq/src/io_thread.cpp 6
/src/libzmq/src/socket_base.cpp 28
/src/libzmq/src/pair.cpp 1
/src/libzmq/src/own.cpp 8
/src/libzmq/src/options.cpp 13
/src/libzmq/src/options.hpp 3
/src/libzmq/src/array.hpp 27
/src/libzmq/src/pipe.hpp 2
/src/libzmq/src/socket_base.hpp 2
/src/libzmq/src/mailbox_safe.cpp 2
/src/libzmq/src/condition_variable.hpp 2
/src/libzmq/src/pub.cpp 1
/src/libzmq/src/xpub.cpp 1
/src/libzmq/src/generic_mtrie_impl.hpp 2
/src/libzmq/src/dist.cpp 2
/src/libzmq/src/msg.cpp 16
/src/libzmq/src/endpoint.hpp 6
/src/libzmq/src/metadata.cpp 1
/src/libzmq/src/metadata.hpp 1
/src/libzmq/src/sub.cpp 1
/src/libzmq/src/xsub.cpp 1
/src/libzmq/src/fq.cpp 2
/src/libzmq/src/radix_tree.cpp 13
/src/libzmq/src/req.cpp 2
/src/libzmq/src/dealer.cpp 2
/src/libzmq/src/lb.cpp 2
/src/libzmq/src/random.cpp 4
/src/libzmq/src/rep.cpp 1
/src/libzmq/src/router.cpp 1
/src/libzmq/src/pull.cpp 1
/src/libzmq/src/push.cpp 1
/src/libzmq/src/stream.cpp 1
/src/libzmq/src/server.cpp 1
/src/libzmq/src/client.cpp 1
/src/libzmq/src/radio.cpp 2
/src/libzmq/src/dish.cpp 2
/src/libzmq/src/gather.cpp 1
/src/libzmq/src/scatter.cpp 1
/src/libzmq/src/dgram.cpp 1
/src/libzmq/src/peer.cpp 1
/src/libzmq/src/channel.cpp 1
/src/libzmq/src/pipe.cpp 20
/src/libzmq/src/ctx.hpp 4
/src/libzmq/src/address.cpp 4
/src/libzmq/src/udp_address.cpp 2
/src/libzmq/src/ip_resolver.cpp 24
/src/libzmq/src/ip_resolver.hpp 1
/src/libzmq/src/ws_address.hpp 1
/src/libzmq/src/ipc_address.cpp 6
/src/libzmq/src/session_base.cpp 4
/src/libzmq/src/io_object.cpp 3
/src/libzmq/src/ypipe_conflate.hpp 1
/src/libzmq/src/dbuffer.hpp 1
/src/libzmq/src/blob.hpp 2
/src/libzmq/src/tcp_address.cpp 10
/src/libzmq/src/ws_address.cpp 4
/src/libzmq/src/tipc_address.cpp 9
/usr/include/linux/tipc.h 4
/src/libzmq/src/tcp_listener.cpp 3
/src/libzmq/src/stream_listener_base.cpp 3
/src/libzmq/src/tcp.cpp 5
/src/libzmq/src/endpoint.cpp 2
/src/libzmq/src/ws_listener.cpp 3
/src/libzmq/src/ipc_listener.cpp 2
/src/libzmq/src/tipc_listener.cpp 2
/src/libzmq/src/mailbox.hpp 1
/src/libsodium/src/libsodium/sodium/core.c 4
/src/libsodium/src/libsodium/sodium/runtime.c 11
/src/libsodium/src/libsodium/randombytes/randombytes.c 4
/src/libsodium/src/libsodium/sodium/utils.c 1
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c 2
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c 1
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c 1
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c 1
/src/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c 1
/src/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c 1
/src/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis128l/aead_aegis128l.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis256/aead_aegis256.c 1
/src/libzmq/tests/testutil.cpp 3
/src/libzmq/src/zmq_utils.cpp 1

Fuzzer: test_socket_options_fuzzer

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 1143 68.0%
gold [1:9] 42 2.5%
yellow [10:29] 4 0.23%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 491 29.2%
All colors 1680 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
390 1204 zmq::ypipe_t ::ypipe_t() call site: 01204 zmq_errno
235 960 zmq::ctx_t::terminate() call site: 00960 fprintf
84 659 zmq::socket_base_t::~socket_base_t() call site: 00659 fprintf
48 589 zmq::msg_t::close() call site: 00589 zmq_msg_send
31 744 zmq::socket_base_t::create(int, zmq::ctx_t*, unsigned int, int) call site: 00744 __errno_location
30 211 LLVMFuzzerTestOneInput call site: 00211 UnityTestResultsBegin
21 545 as_socket_base_t(void*) call site: 00545 zmq_msg_size
19 833 zmq::ip_resolver_t::resolve(zmq::ip_addr_t*, char const*) call site: 00833 getifaddrs
14 468 zmq::socket_base_t::socket_base_t(zmq::ctx_t*, unsigned int, int, bool) call site: 00468 fprintf
14 518 zmq::socket_base_t::~socket_base_t() call site: 00518 zmq_msg_init_size
12 18 zmq::mutex_t::mutex_t() call site: 00018 strerror
12 367 zmq::thread_t::applySchedulingParameters() call site: 00367 nice

Runtime coverage analysis

Covered functions
273
Functions that are reachable but not covered
541
Reachable functions
1001
Percentage of reachable functions covered
45.95%
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
/src/libzmq/tests/test_socket_options_fuzzer.cpp 1
/src/libzmq/src/zmq.cpp 13
/src/libzmq/src/ip.cpp 13
/src/libzmq/src/ctx.cpp 19
/src/libzmq/src/mutex.hpp 8
/src/libzmq/src/err.cpp 2
/src/libzmq/src/array.hpp 27
/src/libzmq/src/mailbox.cpp 5
/src/libzmq/src/i_mailbox.hpp 2
/src/libzmq/src/ypipe.hpp 5
/src/libzmq/src/ypipe_base.hpp 4
/src/libzmq/src/yqueue.hpp 12
/src/libzmq/src/atomic_ptr.hpp 13
/src/libzmq/src/signaler.cpp 9
/src/libzmq/src/epoll.cpp 4
/src/libzmq/src/random.cpp 4
/src/libsodium/src/libsodium/sodium/core.c 4
/src/libsodium/src/libsodium/sodium/runtime.c 11
/src/libsodium/src/libsodium/randombytes/randombytes.c 4
/src/libsodium/src/libsodium/sodium/utils.c 1
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c 2
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c 1
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c 1
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c 1
/src/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c 1
/src/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c 1
/src/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis128l/aead_aegis128l.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis256/aead_aegis256.c 1
/src/libzmq/src/ctx.hpp 2
/src/libzmq/src/io_thread.cpp 6
/src/libzmq/src/object.cpp 22
/src/libzmq/external/unity/unity.c 6
/src/libzmq/src/reaper.cpp 4
/src/libzmq/src/i_poll_events.hpp 2
/src/libzmq/src/poller_base.cpp 7
/src/libzmq/src/poller_base.hpp 2
/src/libzmq/src/clock.cpp 4
/src/libzmq/src/atomic_counter.hpp 4
/src/libzmq/src/thread.hpp 2
/src/libzmq/src/thread.cpp 7
/src/libzmq/src/socket_base.cpp 26
/src/libzmq/src/pair.cpp 1
/src/libzmq/src/own.cpp 8
/src/libzmq/src/options.cpp 17
/src/libzmq/src/options.hpp 4
/src/libzmq/src/pipe.hpp 2
/src/libzmq/src/socket_base.hpp 2
/src/libzmq/src/mailbox_safe.cpp 2
/src/libzmq/src/condition_variable.hpp 2
/src/libzmq/src/pub.cpp 1
/src/libzmq/src/xpub.cpp 1
/src/libzmq/src/generic_mtrie_impl.hpp 2
/src/libzmq/src/dist.cpp 2
/src/libzmq/src/msg.cpp 16
/src/libzmq/src/endpoint.hpp 6
/src/libzmq/src/metadata.cpp 1
/src/libzmq/src/metadata.hpp 1
/src/libzmq/src/sub.cpp 1
/src/libzmq/src/xsub.cpp 1
/src/libzmq/src/fq.cpp 2
/src/libzmq/src/radix_tree.cpp 13
/src/libzmq/src/req.cpp 2
/src/libzmq/src/dealer.cpp 2
/src/libzmq/src/lb.cpp 2
/src/libzmq/src/rep.cpp 1
/src/libzmq/src/router.cpp 1
/src/libzmq/src/pull.cpp 1
/src/libzmq/src/push.cpp 1
/src/libzmq/src/stream.cpp 1
/src/libzmq/src/server.cpp 1
/src/libzmq/src/client.cpp 1
/src/libzmq/src/radio.cpp 2
/src/libzmq/src/dish.cpp 2
/src/libzmq/src/gather.cpp 1
/src/libzmq/src/scatter.cpp 1
/src/libzmq/src/dgram.cpp 1
/src/libzmq/src/peer.cpp 1
/src/libzmq/src/channel.cpp 1
/src/libzmq/src/tcp_address.cpp 10
/src/libzmq/src/ip_resolver.cpp 24
/src/libzmq/src/ip_resolver.hpp 1
/src/libzmq/src/zmq_utils.cpp 2
/src/libzmq/src/pipe.cpp 20
/src/libzmq/src/address.cpp 4
/src/libzmq/src/udp_address.cpp 2
/src/libzmq/src/ws_address.hpp 1
/src/libzmq/src/ipc_address.cpp 6
/src/libzmq/src/session_base.cpp 4
/src/libzmq/src/io_object.cpp 3
/src/libzmq/src/ypipe_conflate.hpp 1
/src/libzmq/src/dbuffer.hpp 1
/src/libzmq/src/blob.hpp 2
/src/libzmq/src/ws_address.cpp 4
/src/libzmq/src/tipc_address.cpp 9
/usr/include/linux/tipc.h 4
/src/libzmq/src/tcp_listener.cpp 3
/src/libzmq/src/stream_listener_base.cpp 3
/src/libzmq/src/tcp.cpp 5
/src/libzmq/src/endpoint.cpp 1
/src/libzmq/src/ws_listener.cpp 3
/src/libzmq/src/ipc_listener.cpp 2
/src/libzmq/src/tipc_listener.cpp 2
/src/libzmq/src/mailbox.hpp 1

Fuzzer: test_connect_stream_fuzzer

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 1885 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 1885 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
1884 0 EP call site: 00000 zmq_ctx_term

Runtime coverage analysis

Covered functions
1
Functions that are reachable but not covered
1056
Reachable functions
1058
Percentage of reachable functions covered
0.19%
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
/src/libzmq/tests/test_connect_stream_fuzzer.cpp 1
/src/libzmq/tests/testutil_unity.cpp 11
/src/libzmq/external/unity/unity.c 10
/src/libzmq/src/zmq.cpp 18
/src/libzmq/src/ctx.cpp 21
/src/libzmq/src/mutex.hpp 8
/src/libzmq/src/err.cpp 3
/src/libzmq/src/reaper.cpp 4
/src/libzmq/src/object.cpp 24
/src/libzmq/src/i_poll_events.hpp 2
/src/libzmq/src/mailbox.cpp 5
/src/libzmq/src/i_mailbox.hpp 2
/src/libzmq/src/ypipe.hpp 5
/src/libzmq/src/ypipe_base.hpp 4
/src/libzmq/src/yqueue.hpp 12
/src/libzmq/src/atomic_ptr.hpp 13
/src/libzmq/src/signaler.cpp 9
/src/libzmq/src/ip.cpp 13
/src/libzmq/src/epoll.cpp 4
/src/libzmq/src/poller_base.cpp 7
/src/libzmq/src/poller_base.hpp 2
/src/libzmq/src/clock.cpp 4
/src/libzmq/src/atomic_counter.hpp 4
/src/libzmq/src/thread.hpp 2
/src/libzmq/src/thread.cpp 7
/src/libzmq/src/io_thread.cpp 6
/src/libzmq/src/socket_base.cpp 28
/src/libzmq/src/pair.cpp 1
/src/libzmq/src/own.cpp 8
/src/libzmq/src/options.cpp 13
/src/libzmq/src/options.hpp 3
/src/libzmq/src/array.hpp 27
/src/libzmq/src/pipe.hpp 2
/src/libzmq/src/socket_base.hpp 2
/src/libzmq/src/mailbox_safe.cpp 2
/src/libzmq/src/condition_variable.hpp 2
/src/libzmq/src/pub.cpp 1
/src/libzmq/src/xpub.cpp 1
/src/libzmq/src/generic_mtrie_impl.hpp 2
/src/libzmq/src/dist.cpp 2
/src/libzmq/src/msg.cpp 16
/src/libzmq/src/endpoint.hpp 6
/src/libzmq/src/metadata.cpp 1
/src/libzmq/src/metadata.hpp 1
/src/libzmq/src/sub.cpp 1
/src/libzmq/src/xsub.cpp 1
/src/libzmq/src/fq.cpp 2
/src/libzmq/src/radix_tree.cpp 13
/src/libzmq/src/req.cpp 2
/src/libzmq/src/dealer.cpp 2
/src/libzmq/src/lb.cpp 2
/src/libzmq/src/random.cpp 4
/src/libzmq/src/rep.cpp 1
/src/libzmq/src/router.cpp 1
/src/libzmq/src/pull.cpp 1
/src/libzmq/src/push.cpp 1
/src/libzmq/src/stream.cpp 1
/src/libzmq/src/server.cpp 1
/src/libzmq/src/client.cpp 1
/src/libzmq/src/radio.cpp 2
/src/libzmq/src/dish.cpp 2
/src/libzmq/src/gather.cpp 1
/src/libzmq/src/scatter.cpp 1
/src/libzmq/src/dgram.cpp 1
/src/libzmq/src/peer.cpp 1
/src/libzmq/src/channel.cpp 1
/src/libzmq/src/pipe.cpp 20
/src/libzmq/src/ctx.hpp 4
/src/libzmq/src/address.cpp 4
/src/libzmq/src/udp_address.cpp 2
/src/libzmq/src/ip_resolver.cpp 24
/src/libzmq/src/ip_resolver.hpp 1
/src/libzmq/src/ws_address.hpp 1
/src/libzmq/src/ipc_address.cpp 6
/src/libzmq/src/session_base.cpp 4
/src/libzmq/src/io_object.cpp 3
/src/libzmq/src/ypipe_conflate.hpp 1
/src/libzmq/src/dbuffer.hpp 1
/src/libzmq/src/blob.hpp 2
/src/libzmq/src/tcp_address.cpp 10
/src/libzmq/src/ws_address.cpp 4
/src/libzmq/src/tipc_address.cpp 9
/usr/include/linux/tipc.h 4
/src/libzmq/src/tcp_listener.cpp 3
/src/libzmq/src/stream_listener_base.cpp 3
/src/libzmq/src/tcp.cpp 5
/src/libzmq/src/endpoint.cpp 2
/src/libzmq/src/ws_listener.cpp 3
/src/libzmq/src/ipc_listener.cpp 2
/src/libzmq/src/tipc_listener.cpp 2
/src/libzmq/src/mailbox.hpp 1
/src/libsodium/src/libsodium/sodium/core.c 4
/src/libsodium/src/libsodium/sodium/runtime.c 11
/src/libsodium/src/libsodium/randombytes/randombytes.c 4
/src/libsodium/src/libsodium/sodium/utils.c 1
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c 2
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c 1
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c 1
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c 1
/src/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c 1
/src/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c 1
/src/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis128l/aead_aegis128l.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis256/aead_aegis256.c 1
/src/libzmq/tests/testutil.cpp 3
/src/libzmq/src/zmq_utils.cpp 1

Fuzzer: test_bind_stream_fuzzer

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 2036 100.%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 0 0.0%
All colors 2036 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
2035 0 EP call site: 00000 zmq_ctx_term

Runtime coverage analysis

Covered functions
1
Functions that are reachable but not covered
1101
Reachable functions
1103
Percentage of reachable functions covered
0.18%
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
/src/libzmq/tests/test_bind_stream_fuzzer.cpp 1
/src/libzmq/tests/testutil_unity.cpp 14
/src/libzmq/external/unity/unity.c 14
/src/libzmq/src/zmq.cpp 26
/src/libzmq/src/ctx.cpp 21
/src/libzmq/src/mutex.hpp 8
/src/libzmq/src/err.cpp 3
/src/libzmq/src/reaper.cpp 4
/src/libzmq/src/object.cpp 24
/src/libzmq/src/i_poll_events.hpp 2
/src/libzmq/src/mailbox.cpp 5
/src/libzmq/src/i_mailbox.hpp 2
/src/libzmq/src/ypipe.hpp 5
/src/libzmq/src/ypipe_base.hpp 4
/src/libzmq/src/yqueue.hpp 12
/src/libzmq/src/atomic_ptr.hpp 13
/src/libzmq/src/signaler.cpp 9
/src/libzmq/src/ip.cpp 13
/src/libzmq/src/epoll.cpp 4
/src/libzmq/src/poller_base.cpp 7
/src/libzmq/src/poller_base.hpp 2
/src/libzmq/src/clock.cpp 4
/src/libzmq/src/atomic_counter.hpp 4
/src/libzmq/src/thread.hpp 2
/src/libzmq/src/thread.cpp 7
/src/libzmq/src/io_thread.cpp 6
/src/libzmq/src/socket_base.cpp 31
/src/libzmq/src/pair.cpp 1
/src/libzmq/src/own.cpp 8
/src/libzmq/src/options.cpp 17
/src/libzmq/src/options.hpp 4
/src/libzmq/src/array.hpp 27
/src/libzmq/src/pipe.hpp 2
/src/libzmq/src/socket_base.hpp 2
/src/libzmq/src/mailbox_safe.cpp 2
/src/libzmq/src/condition_variable.hpp 2
/src/libzmq/src/pub.cpp 1
/src/libzmq/src/xpub.cpp 1
/src/libzmq/src/generic_mtrie_impl.hpp 2
/src/libzmq/src/dist.cpp 2
/src/libzmq/src/msg.cpp 19
/src/libzmq/src/endpoint.hpp 6
/src/libzmq/src/metadata.cpp 2
/src/libzmq/src/metadata.hpp 1
/src/libzmq/src/sub.cpp 1
/src/libzmq/src/xsub.cpp 1
/src/libzmq/src/fq.cpp 2
/src/libzmq/src/radix_tree.cpp 13
/src/libzmq/src/req.cpp 2
/src/libzmq/src/dealer.cpp 2
/src/libzmq/src/lb.cpp 2
/src/libzmq/src/random.cpp 4
/src/libzmq/src/rep.cpp 1
/src/libzmq/src/router.cpp 1
/src/libzmq/src/pull.cpp 1
/src/libzmq/src/push.cpp 1
/src/libzmq/src/stream.cpp 1
/src/libzmq/src/server.cpp 1
/src/libzmq/src/client.cpp 1
/src/libzmq/src/radio.cpp 2
/src/libzmq/src/dish.cpp 2
/src/libzmq/src/gather.cpp 1
/src/libzmq/src/scatter.cpp 1
/src/libzmq/src/dgram.cpp 1
/src/libzmq/src/peer.cpp 1
/src/libzmq/src/channel.cpp 1
/src/libzmq/src/pipe.cpp 20
/src/libzmq/src/ctx.hpp 4
/src/libzmq/src/address.cpp 4
/src/libzmq/src/udp_address.cpp 2
/src/libzmq/src/ip_resolver.cpp 24
/src/libzmq/src/ip_resolver.hpp 1
/src/libzmq/src/ws_address.hpp 1
/src/libzmq/src/ipc_address.cpp 6
/src/libzmq/src/session_base.cpp 4
/src/libzmq/src/io_object.cpp 3
/src/libzmq/src/ypipe_conflate.hpp 1
/src/libzmq/src/dbuffer.hpp 1
/src/libzmq/src/blob.hpp 2
/src/libzmq/src/tcp_address.cpp 10
/src/libzmq/src/ws_address.cpp 4
/src/libzmq/src/tipc_address.cpp 9
/usr/include/linux/tipc.h 4
/src/libzmq/src/tcp_listener.cpp 3
/src/libzmq/src/stream_listener_base.cpp 3
/src/libzmq/src/tcp.cpp 5
/src/libzmq/src/endpoint.cpp 2
/src/libzmq/src/ws_listener.cpp 3
/src/libzmq/src/ipc_listener.cpp 2
/src/libzmq/src/tipc_listener.cpp 2
/src/libzmq/src/mailbox.hpp 1
/src/libsodium/src/libsodium/sodium/core.c 4
/src/libsodium/src/libsodium/sodium/runtime.c 11
/src/libsodium/src/libsodium/randombytes/randombytes.c 4
/src/libsodium/src/libsodium/sodium/utils.c 1
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c 2
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c 1
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c 1
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c 1
/src/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c 1
/src/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c 1
/src/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis128l/aead_aegis128l.c 1
/src/libsodium/src/libsodium/crypto_aead/aegis256/aead_aegis256.c 1
/src/libzmq/tests/testutil.cpp 4
/src/libzmq/src/zmq_utils.cpp 2

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
zmq::xpub_t::xpipe_terminated(zmq::pipe_t*) /src/libzmq/src/xpub.cpp 2 ['N/A', 'N/A'] 4 0 56 9 4 42 0 482 459
zmq::ws_engine_t::handshake() /src/libzmq/src/ws_engine.cpp 1 ['N/A'] 10 0 195 36 7 225 0 647 363
zmq_proxy /src/libzmq/src/zmq.cpp 3 ['N/A', 'N/A', 'N/A'] 10 0 46 9 4 188 0 785 333
non-virtualthunktozmq::udp_engine_t::plug(zmq::io_thread_t*,zmq::session_base_t*) /src/libzmq/src/udp_engine.cpp 3 ['N/A', 'N/A', 'N/A'] 12 0 22 3 2 346 0 811 299
virtualthunktozmq::curve_server_t::process_handshake_command(zmq::msg_t*) /src/libzmq/src/curve_server.cpp 2 ['N/A', 'N/A'] 12 0 22 3 2 280 0 740 271
non-virtualthunktozmq::socks_connecter_t::in_event() /src/libzmq/src/socks_connecter.cpp 1 ['N/A'] 12 0 16 3 2 230 0 504 209
zmq::sub_t::xsetsockopt(int,voidconst*,unsignedlong) /src/libzmq/src/sub.cpp 4 ['N/A', 'int', 'N/A', 'size_t'] 9 0 106 17 6 149 0 291 151

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

Functions statically reachable by fuzzers
37.0%
880 / 2408
Cyclomatic complexity statically reachable by fuzzers
44.0%
5721 / 12941

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/libzmq/tests/test_z85_decode_fuzzer.cpp

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=['LLVMFuzzerTestOneInput']

/src/libzmq/tests/test_connect_fuzzer.cpp

Dictionary

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


/src/libzmq/tests/test_connect_ws_fuzzer.cpp

Dictionary

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


/src/libzmq/tests/test_bind_null_fuzzer.cpp

Dictionary

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


/src/libzmq/tests/test_bind_fuzzer.cpp

Dictionary

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


/src/libzmq/tests/test_connect_curve_fuzzer.cpp

Dictionary

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


/src/libzmq/tests/test_bind_ws_fuzzer.cpp

Dictionary

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


/src/libzmq/tests/test_bind_curve_fuzzer.cpp

Dictionary

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


/src/libzmq/tests/test_connect_null_fuzzer.cpp

Dictionary

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


/src/libzmq/tests/test_socket_options_fuzzer.cpp

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=['zmq::ypipe_t::ypipe_t()', 'zmq::ctx_t::terminate()', 'zmq::socket_base_t::~socket_base_t()', 'zmq::msg_t::close()', 'zmq::socket_base_t::create(int, zmq::ctx_t*, unsigned int, int)', 'LLVMFuzzerTestOneInput', 'as_socket_base_t(void*)', 'zmq::ip_resolver_t::resolve(zmq::ip_addr_t*, char const*)', 'zmq::socket_base_t::socket_base_t(zmq::ctx_t*, unsigned int, int, bool)', 'zmq::socket_base_t::~socket_base_t()']

/src/libzmq/tests/test_connect_stream_fuzzer.cpp

Dictionary

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


/src/libzmq/tests/test_bind_stream_fuzzer.cpp

Dictionary

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


Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
_sodium_runtime_intel_cpu_features 54 8 14.81% ['test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_stream_fuzzer', 'test_socket_options_fuzzer', 'test_bind_stream_fuzzer', 'test_connect_null_fuzzer', 'test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_fuzzer']
zmq::ctx_t::get(int,void*,unsignedlongconst*) 66 26 39.39% ['test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_stream_fuzzer', 'test_socket_options_fuzzer', 'test_bind_stream_fuzzer', 'test_connect_null_fuzzer', 'test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_fuzzer']
zmq::msg_t::close() 39 16 41.02% ['test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_stream_fuzzer', 'test_socket_options_fuzzer', 'test_bind_stream_fuzzer', 'test_connect_null_fuzzer', 'test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_fuzzer']
zmq::object_t::process_command(zmq::command_tconst&) 79 13 16.45% ['test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_stream_fuzzer', 'test_socket_options_fuzzer', 'test_bind_stream_fuzzer', 'test_connect_null_fuzzer', 'test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_fuzzer']
zmq::options_t::getsockopt(int,void*,unsignedlong*)const 316 170 53.79% ['test_bind_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_curve_fuzzer', 'test_socket_options_fuzzer', 'test_bind_stream_fuzzer']
zmq::socket_base_t::create(int,zmq::ctx_t*,unsignedint,int) 78 11 14.10% ['test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_stream_fuzzer', 'test_socket_options_fuzzer', 'test_bind_stream_fuzzer', 'test_connect_null_fuzzer', 'test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_fuzzer']

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/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c [] []
/src/libzmq/src/address.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libzmq/src/i_mailbox.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/tipc_connecter.cpp [] []
/src/libzmq/src/mechanism_base.cpp [] []
/src/libzmq/src/dgram.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/raw_decoder.cpp [] []
/src/libzmq/src/mechanism_base.hpp [] []
/src/libzmq/src/i_engine.hpp [] []
/src/libzmq/src/v1_decoder.cpp [] []
/src/libzmq/src/options.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/tests/testutil_monitoring.cpp [] []
/src/libzmq/src/xsub.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/stream_listener_base.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/usr/local/bin/../include/c++/v1/sstream [] []
/src/libzmq/src/lb.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-avx2.c [] []
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/generichash_blake2b.c ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/err.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libzmq/src/mutex.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/udp_engine.hpp [] []
/src/libzmq/src/mailbox.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna.c [] []
/src/libzmq/src/curve_client_tools.hpp [] []
/src/libzmq/external/sha1/sha1.c [] []
/src/libzmq/src/epoll.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/array.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_core/salsa/ref/core_salsa_ref.c [] []
/src/libzmq/src/endpoint.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libzmq/src/own.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512_cp.c [] []
/src/libzmq/src/curve_client.cpp [] []
/src/libzmq/src/xpub.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/atomic_ptr.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/ypipe_base.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/mailbox.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libzmq/src/generic_mtrie.hpp [] []
/src/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519.c ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/dish.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/tipc_connecter.hpp [] []
/src/libzmq/src/pair.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/gather.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/tcp_listener.hpp [] []
/src/libsodium/src/libsodium/crypto_verify/verify.c [] []
/src/libzmq/src/ws_encoder.cpp [] []
/src/libzmq/src/ws_address.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/timers.cpp [] []
/src/libzmq/tests/test_bind_ws_fuzzer.cpp ['test_bind_ws_fuzzer'] []
/src/libsodium/src/libsodium/sodium/core.c ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_box/crypto_box.c [] []
/src/libzmq/src/tcp.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libzmq/src/reaper.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20.c [] []
/src/libzmq/src/stream_connecter_base.cpp [] []
/src/libzmq/tests/testutil_security.cpp ['test_connect_curve_fuzzer', 'test_bind_curve_fuzzer'] []
/src/libzmq/src/ws_decoder.cpp [] []
/src/libzmq/tests/test_socket_options_fuzzer.cpp ['test_socket_options_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/ctx.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/stream.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ssse3.c [] []
/src/libzmq/src/radio.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/v1_encoder.cpp [] []
/src/libzmq/src/ws_connecter.cpp [] []
/src/libsodium/src/libsodium/./include/sodium/private/softaes.h [] []
/src/libzmq/tests/test_bind_stream_fuzzer.cpp ['test_bind_stream_fuzzer'] []
/src/libsodium/src/libsodium/crypto_aead/aegis128l/aead_aegis128l.c ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/tests/test_z85_decode_fuzzer.cpp ['test_z85_decode_fuzzer'] ['test_z85_decode_fuzzer']
/src/libzmq/src/i_encoder.hpp [] []
/src/libzmq/src/fq.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/dist.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/socks.hpp [] []
/src/libzmq/src/rep.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/push.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_aead/aegis256/aegis256_aesni.c [] []
/src/libzmq/src/scatter.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/tests/test_bind_fuzzer.cpp ['test_bind_fuzzer'] []
/usr/include/linux/tipc.h ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libzmq/src/i_poll_events.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/ip_resolver.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/clock.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/sodium/utils.c ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/tests/testutil_unity.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libzmq/src/tcp_address.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/generic_mtrie_impl.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/tests/test_connect_null_fuzzer.cpp ['test_connect_null_fuzzer'] []
/src/libzmq/tests/testutil.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libzmq/src/udp_address.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/ypipe.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-ref.c ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/ypipe_conflate.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/tcp_listener.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/v2_decoder.cpp [] []
/src/libzmq/src/ip_resolver.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/pipe.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/zmtp_engine.cpp [] []
/src/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx512.c [] []
/src/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/x25519_ref10.c [] []
/src/libzmq/src/v2_decoder.hpp [] []
/src/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20.c ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/tipc_listener.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/zmq.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/chacha20_dolbeau-avx512.c [] []
/src/libzmq/src/curve_mechanism_base.cpp [] []
/src/libzmq/src/tcp_connecter.cpp [] []
/src/libzmq/src/blob.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-avx2.c [] []
/src/libzmq/src/v3_1_encoder.cpp [] []
/src/libzmq/tests/test_connect_ws_fuzzer.cpp ['test_connect_ws_fuzzer'] []
/src/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20.c ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/./include/sodium/private/common.h [] []
/src/libzmq/src/router.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/tests/test_bind_null_fuzzer.cpp ['test_bind_null_fuzzer'] []
/src/libzmq/src/random.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/decoder.hpp [] []
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ref.c [] []
/src/libzmq/external/unity/unity.c ['test_z85_decode_fuzzer', 'test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libsodium/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c [] []
/src/libzmq/src/ip.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/plain_server.cpp [] []
/src/libzmq/src/yqueue.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/io_object.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c [] []
/src/libzmq/tests/test_connect_stream_fuzzer.cpp ['test_connect_stream_fuzzer'] []
/src/libzmq/src/condition_variable.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/usr/local/bin/../include/c++/v1/string [] []
/src/libzmq/src/address.hpp [] []
/src/libsodium/src/libsodium/crypto_aead/aegis128l/aegis128l_common.h [] []
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/poly1305_sse2.c [] []
/src/libzmq/src/client.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/randombytes/randombytes.c ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/ctx.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libzmq/src/mailbox_safe.hpp [] []
/src/libzmq/src/ipc_connecter.hpp [] []
/src/libzmq/src/raw_encoder.cpp [] []
/src/libzmq/src/mechanism.hpp [] []
/src/libzmq/src/io_thread.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305.c [] []
/src/libzmq/src/ipc_connecter.cpp [] []
/src/libzmq/src/poller_base.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/msg.hpp [] []
/src/libzmq/src/object.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_aead/aegis256/aead_aegis256.c ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/sub.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/compat.hpp [] []
/src/libzmq/src/raw_engine.cpp [] []
/src/libzmq/src/polling_util.cpp ['test_bind_curve_fuzzer'] []
/src/libzmq/src/ws_listener.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-ref.c [] []
/src/libzmq/src/poller_base.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/wire.hpp [] []
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.h [] []
/src/libzmq/src/ws_engine.cpp [] []
/src/libzmq/src/signaler.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/channel.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/thread.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/stream_engine_base.hpp [] []
/src/libzmq/src/decoder_allocators.hpp [] []
/src/libzmq/src/zmq_utils.cpp ['test_z85_decode_fuzzer', 'test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_z85_decode_fuzzer', 'test_socket_options_fuzzer']
/src/libzmq/src/ipc_address.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libzmq/external/unity/unity.h [] []
/src/libzmq/src/ws_decoder.hpp [] []
/src/libzmq/src/curve_mechanism_base.hpp [] []
/src/libzmq/src/metadata.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libsodium/src/libsodium/crypto_box/crypto_box_easy.c [] []
/src/libzmq/src/peer.hpp [] []
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-ssse3.c [] []
/src/libzmq/src/tipc_address.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libzmq/src/polling_util.hpp ['test_bind_curve_fuzzer'] []
/src/libzmq/src/v2_encoder.cpp [] []
/src/libzmq/src/options.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/i_decoder.hpp [] []
/src/libzmq/src/radix_tree.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/fe.h [] []
/src/libsodium/src/libsodium/crypto_pwhash/argon2/blake2b-long.c [] []
/src/libsodium/src/libsodium/sodium/runtime.c ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-core.c ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/socket_base.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libzmq/src/v1_decoder.hpp [] []
/src/libzmq/src/thread.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/secure_allocator.hpp [] []
/src/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c [] []
/src/libzmq/src/pipe.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_aead/aegis256/aegis256_common.h [] []
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/libsodium/src/libsodium/crypto_aead/aegis128l/aegis128l_aesni.c [] []
/src/libsodium/src/libsodium/crypto_core/softaes/softaes.c [] []
/src/libzmq/src/socket_base.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/ipc_listener.hpp [] []
/src/libzmq/src/plain_client.cpp [] []
/src/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-ssse3.h [] []
/src/libzmq/src/proxy.cpp [] []
/src/libzmq/src/socket_poller.hpp ['test_bind_curve_fuzzer'] []
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-avx2.c [] []
/src/libzmq/src/tipc_listener.hpp [] []
/src/libzmq/src/decoder_allocators.cpp [] []
/src/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20_ref2.c [] []
/src/libzmq/src/pull.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/blake2b-compress-sse41.c [] []
/src/libzmq/src/dbuffer.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/raw_decoder.hpp [] []
/src/libzmq/src/ws_address.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libzmq/tests/test_bind_curve_fuzzer.cpp ['test_bind_curve_fuzzer'] []
/src/libsodium/src/libsodium/./include/sodium/private/ed25519_ref10_fe_51.h [] []
/src/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/salsa20_xmm6int-sse2.c [] []
/src/libzmq/src/socket_poller.cpp ['test_bind_curve_fuzzer'] []
/src/libzmq/src/metadata.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] []
/src/libzmq/src/curve_server.cpp [] []
/src/libzmq/src/pub.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/atomic_counter.hpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer']
/src/libzmq/src/zap_client.hpp [] []
/src/libzmq/src/socks.cpp [] []
/src/libzmq/src/mailbox_safe.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/endpoint.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/req.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/tests/test_connect_curve_fuzzer.cpp ['test_connect_curve_fuzzer'] []
/src/libzmq/src/session_base.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/stream_engine_base.cpp [] []
/src/libzmq/src/encoder.hpp [] []
/src/libzmq/src/udp_engine.cpp [] []
/src/libzmq/src/socks_connecter.cpp [] []
/src/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305.c [] []
/src/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c [] []
/src/libzmq/src/mechanism.cpp [] []
/src/libsodium/src/libsodium/crypto_pwhash/argon2/blamka-round-avx512f.h [] []
/src/libzmq/tests/test_connect_fuzzer.cpp ['test_connect_fuzzer'] []
/src/libzmq/src/msg.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/zap_client.cpp [] []
/src/libsodium/src/libsodium/crypto_pwhash/argon2/argon2-fill-block-avx512f.c [] []
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/poly1305_donna64.h [] []
/src/libzmq/src/dealer.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/ipc_listener.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/server.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']
/src/libzmq/src/null_mechanism.cpp [] []
/src/libzmq/src/peer.cpp ['test_connect_fuzzer', 'test_connect_ws_fuzzer', 'test_bind_null_fuzzer', 'test_bind_fuzzer', 'test_connect_curve_fuzzer', 'test_bind_ws_fuzzer', 'test_bind_curve_fuzzer', 'test_connect_null_fuzzer', 'test_socket_options_fuzzer', 'test_connect_stream_fuzzer', 'test_bind_stream_fuzzer'] ['test_socket_options_fuzzer']

Directories in report

Directory
/src/libsodium/src/libsodium/sodium/
/src/libsodium/src/libsodium/./include/sodium/private/
/src/libzmq/external/sha1/
/src/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/
/src/libzmq/src/
/src/libsodium/src/libsodium/crypto_scalarmult/curve25519/
/src/libsodium/src/libsodium/randombytes/sysrandom/
/src/libsodium/src/libsodium/crypto_core/ed25519/ref10/
/src/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
/src/libsodium/src/libsodium/crypto_scalarmult/
/src/libsodium/src/libsodium/crypto_aead/aegis256/
/src/libsodium/src/libsodium/crypto_stream/xsalsa20/
/src/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/
/src/libsodium/src/libsodium/crypto_secretbox/
/src/libsodium/src/libsodium/crypto_aead/aegis128l/
/usr/include/linux/
/src/libsodium/src/libsodium/crypto_core/salsa/ref/
/src/libzmq/tests/
/src/libsodium/src/libsodium/crypto_stream/salsa20/
/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
/src/libzmq/external/unity/
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
/src/libsodium/src/libsodium/crypto_box/
/src/libsodium/src/libsodium/randombytes/
/src/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/
/src/libsodium/src/libsodium/crypto_stream/chacha20/
/src/libsodium/src/libsodium/crypto_core/ed25519/ref10/fe_51/
/src/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/
/src/libsodium/src/libsodium/crypto_pwhash/argon2/
/src/libsodium/src/libsodium/crypto_verify/
/src/libsodium/src/libsodium/crypto_core/softaes/
/usr/local/bin/../include/c++/v1/
/src/libsodium/src/libsodium/crypto_stream/salsa20/xmm6int/
/src/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/
/src/libsodium/src/libsodium/crypto_hash/sha512/cp/

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
test_z85_decode_fuzzer fuzzerLogFile-0-5y4HYnAFYA.data fuzzerLogFile-0-5y4HYnAFYA.data.yaml test_z85_decode_fuzzer.covreport
test_connect_fuzzer fuzzerLogFile-0-h7DX0EVxcH.data fuzzerLogFile-0-h7DX0EVxcH.data.yaml test_connect_fuzzer.covreport
test_connect_ws_fuzzer fuzzerLogFile-0-V7bC07F2ZZ.data fuzzerLogFile-0-V7bC07F2ZZ.data.yaml test_connect_ws_fuzzer.covreport
test_bind_null_fuzzer fuzzerLogFile-0-9VsLoJAhSb.data fuzzerLogFile-0-9VsLoJAhSb.data.yaml test_bind_null_fuzzer.covreport
test_bind_fuzzer fuzzerLogFile-0-VbZ4OWrfkD.data fuzzerLogFile-0-VbZ4OWrfkD.data.yaml test_bind_fuzzer.covreport
test_connect_curve_fuzzer fuzzerLogFile-0-MHjmU0u9uG.data fuzzerLogFile-0-MHjmU0u9uG.data.yaml test_connect_curve_fuzzer.covreport
test_bind_ws_fuzzer fuzzerLogFile-0-k6VSAZLciA.data fuzzerLogFile-0-k6VSAZLciA.data.yaml test_bind_ws_fuzzer.covreport
test_bind_curve_fuzzer fuzzerLogFile-0-ZfP1OeNMw0.data fuzzerLogFile-0-ZfP1OeNMw0.data.yaml test_bind_curve_fuzzer.covreport
test_connect_null_fuzzer fuzzerLogFile-0-fkdNmsU5VM.data fuzzerLogFile-0-fkdNmsU5VM.data.yaml test_connect_null_fuzzer.covreport
test_socket_options_fuzzer fuzzerLogFile-0-laqd8TbNze.data fuzzerLogFile-0-laqd8TbNze.data.yaml test_socket_options_fuzzer.covreport
test_connect_stream_fuzzer fuzzerLogFile-0-WaEmaOyMFC.data fuzzerLogFile-0-WaEmaOyMFC.data.yaml test_connect_stream_fuzzer.covreport
test_bind_stream_fuzzer fuzzerLogFile-0-WOHIOUOfS3.data fuzzerLogFile-0-WOHIOUOfS3.data.yaml test_bind_stream_fuzzer.covreport