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 |
|---|
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview
Call tree overview bitmap:
The project has no code coverage. Will not display blockers as blockers depend on code coverage.
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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
image_transform_png_set_tRNS_to_alpha_add
|
/src/grok/thirdparty/libpng/contrib/libtests/pngvalid.c | 4 | ['image_transform*', 'image_transform**', 'png_byte', 'png_byte'] | 22 | 0 | 1963 | 401 | 553 | 741 | 0 | 4141 | 2332 |
Implementing fuzzers that target the above functions will improve reachability such that it becomes:
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 |
|---|
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.
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
The below fuzzers are templates and suggestions for how to target the set of optimal functions above
#include "ada_fuzz_header.h"
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
af_safe_gb_init(data, size);
/* target image_transform_png_set_tRNS_to_alpha_add */
UNKNOWN_TYPE unknown_0;
UNKNOWN_TYPE unknown_1;
UNKNOWN_TYPE unknown_2;
UNKNOWN_TYPE unknown_3;
image_transform_png_set_tRNS_to_alpha_add(unknown_0, unknown_1, unknown_2, unknown_3);
af_safe_gb_cleanup();
}
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
| Source file | Reached by | Covered by |
|---|---|---|
| /src/grok/src/include/spdlog/details/udp_client-windows.h | [] | [] |
| /src/grok/thirdparty/libz/arch/arm/neon_intrins.h | [] | [] |
| /src/grok/src/include/spdlog/fmt/bundled/chrono.h | ['thirdparty/libz/test/fuzz/fuzzer_minigzip.c', 'thirdparty/libz/test/fuzz/fuzzer_example_large.c', 'thirdparty/libz/test/fuzz/fuzzer_example_flush.c', 'thirdparty/libz/test/fuzz/fuzzer_example_dict.c', 'thirdparty/libz/test/fuzz/fuzzer_example_small.c', 'thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc', 'tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/include/spdlog/fmt/bundled/args.h | ['thirdparty/libz/test/fuzz/fuzzer_minigzip.c', 'thirdparty/libz/test/fuzz/fuzzer_example_large.c', 'thirdparty/libz/test/fuzz/fuzzer_example_flush.c', 'thirdparty/libz/test/fuzz/fuzzer_example_dict.c', 'thirdparty/libz/test/fuzz/fuzzer_example_small.c', 'thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc', 'tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/include/taskflow/dsl/task_dsl.hpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/hwy_gtest.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort_i16a.cc | [] | [] |
| /src/grok/src/lib/core/t1/part1/block_coder/BlockCoderMacros.h | [] | [] |
| /src/grok/src/include/spdlog/sinks/win_eventlog_sink.h | [] | [] |
| /src/grok/src/lib/core/canvas/precinct/PrecinctImpl.cpp | [] | [] |
| /src/grok/thirdparty/libtiff/test/test_transferfunction_write_read.c | [] | [] |
| /src/grok/src/lib/core/util/SparseBuffer.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/include/spdlog/fmt/bundled/os.h | ['thirdparty/libz/test/fuzz/fuzzer_minigzip.c', 'thirdparty/libz/test/fuzz/fuzzer_example_large.c', 'thirdparty/libz/test/fuzz/fuzzer_example_flush.c', 'thirdparty/libz/test/fuzz/fuzzer_example_dict.c', 'thirdparty/libz/test/fuzz/fuzzer_example_small.c', 'thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc', 'tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/examples/core/core.h | [] | [] |
| /src/grok/src/include/taskflow/sycl/algorithm/sycl_transform.hpp | [] | [] |
| /src/grok/src/include/taskflow/sycl/sycl_graph.hpp | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_packbits.c | [] | [] |
| /src/grok/tests/fuzzers/grk_decompress_fuzzer.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/bit_pack/bit_pack-inl.h | [] | [] |
| /src/grok/thirdparty/libpng/pngpriv.h | [] | [] |
| /src/grok/thirdparty/libtiff/test/strip.c | [] | [] |
| /src/grok/thirdparty/libtiff/contrib/addtiffo/addtiffo.c | [] | [] |
| /src/grok/thirdparty/libz/tools/maketrees.c | [] | [] |
| /src/grok/thirdparty/libpng/contrib/arm-neon/linux-auxv.c | [] | [] |
| /src/grok/src/lib/core/t2/BitIO.cpp | [] | [] |
| /src/grok/src/lib/core/fileformat/decompress/FileFormatJP2Decompress.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/dup128_vec_test.cc | [] | [] |
| /src/grok/thirdparty/libz/arch/x86/adler32_ssse3.c | [] | [] |
| /src/grok/thirdparty/libz/arch/x86/slide_hash_sse2.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/interleaved_test.cc | [] | [] |
| /src/grok/thirdparty/libz/test/benchmarks/benchmark_adler32_copy.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/aligned_allocator_test.cc | [] | [] |
| /src/grok/thirdparty/libpng/pngset.c | ['thirdparty/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] | [] |
| /src/grok/src/lib/core/stream/ChunkBuffer.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/libz/arch/x86/adler32_avx512.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/traits128-inl.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/blockwise_shift_test.cc | [] | [] |
| /src/grok/thirdparty/libz/inffast_tpl.h | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_open.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/src/include/spdlog/sinks/systemd_sink.h | [] | [] |
| /src/grok/src/include/taskflow/core/runtime.hpp | [] | [] |
| /src/grok/src/include/spdlog/sinks/callback_sink.h | [] | [] |
| /src/grok/src/lib/core/util/GrkImageMeta.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/stream/fetchers/CurlFetcher.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/table_test.cc | [] | [] |
| /src/grok/src/include/taskflow/sycl/algorithm/sycl_for_each.hpp | [] | [] |
| /src/grok/src/lib/core/util/buffer.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/codec/formats/PNMFormat.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/examples/benchmark.cc | [] | [] |
| /src/grok/src/include/spdlog/details/registry.h | [] | [] |
| /src/grok/thirdparty/libtiff/tools/tiffcp.c | [] | [] |
| /src/grok/src/lib/core/fileformat/compress/FileFormatMJ2Compress.cpp | [] | [] |
| /src/grok/thirdparty/libpng/contrib/examples/iccfrompng.c | [] | [] |
| /src/grok/src/lib/core/scheduling/whole_tile/CompressScheduler.h | [] | [] |
| /src/grok/src/lib/codec/formats/fileio/FileOrchestratorIO.cpp | [] | [] |
| /src/grok/thirdparty/libz/arch/x86/x86_intrins.h | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_dirread.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/src/include/spdlog/details/circular_q.h | [] | [] |
| /src/grok/src/lib/core/scheduling/whole_tile/flow/ImageComponentFlow.cpp | [] | [] |
| /src/grok/thirdparty/libtiff/test/defer_strile_writing.c | [] | [] |
| /src/grok/src/lib/core/t1/OJPH/QuantizerOJPH.cpp | [] | [] |
| /src/grok/src/lib/core/scheduling/CoderPool.cpp | [] | [] |
| /src/grok/src/lib/core/t1/part1/block_coder/mqcoder/mqc_state.h | [] | [] |
| /src/grok/src/include/spdlog/fmt/bundled/format-inl.h | ['thirdparty/libz/test/fuzz/fuzzer_minigzip.c', 'thirdparty/libz/test/fuzz/fuzzer_example_large.c', 'thirdparty/libz/test/fuzz/fuzzer_example_flush.c', 'thirdparty/libz/test/fuzz/fuzzer_example_dict.c', 'thirdparty/libz/test/fuzz/fuzzer_example_small.c', 'thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc', 'tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/arithmetic_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/image/image.cc | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_compress.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/ops/set_macros-inl.h | [] | [] |
| /src/grok/src/lib/core/codestream/markers/MarkerCache.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort_i64a.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort.cc | [] | [] |
| /src/grok/thirdparty/libpng/contrib/gregbook/readpng.c | [] | [] |
| /src/grok/thirdparty/libz/arch/generic/adler32_fold_c.c | [] | [] |
| /src/grok/src/lib/core/t1/wavelet/WaveletFwd.h | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmssm.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/bench_parallel.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/div_test.cc | [] | [] |
| /src/grok/src/lib/core/t1/OJPH/common/ojph_arch.h | [] | [] |
| /src/grok/src/lib/core/canvas/codeblock/CodeblockCompressImpl.h | [] | [] |
| /src/grok/src/lib/core/canvas/subband/Subband.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/libpng/pngtrans.c | ['thirdparty/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] | [] |
| /src/grok/src/lib/core/t2/PacketManager.h | [] | [] |
| /src/grok/thirdparty/libpng/contrib/libtests/fakepng.c | [] | [] |
| /src/grok/thirdparty/libz/arch/riscv/riscv_features.c | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_getimage.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/src/include/spdlog/details/mpmc_blocking_q.h | [] | [] |
| /src/grok/thirdparty/libz/zbuild.h | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_jpeg.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/src/lib/codec/formats/RAWFormat.h | [] | [] |
| /src/grok/thirdparty/libz/arch/power/adler32_power8.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/mul_test.cc | [] | [] |
| /src/grok/src/include/spdlog/fmt/bundled/color.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort_f32a.cc | [] | [] |
| /src/grok/thirdparty/libpng/scripts/intprefix.c | [] | [] |
| /src/grok/src/include/taskflow/algorithm/find.hpp | [] | [] |
| /src/grok/thirdparty/libpng/scripts/symbols.c | [] | [] |
| /src/grok/thirdparty/libtiff/tools/tiffmedian.c | [] | [] |
| /src/grok/thirdparty/libtiff/archive/tools/sgisv.c | [] | [] |
| /src/grok/src/lib/core/t2/PacketParser.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/codestream/CodingParams.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/codestream/markers/SIZMarker.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/include/spdlog/sinks/base_sink-inl.h | [] | [] |
| /src/grok/src/lib/core/scheduling/CodecScheduler.cpp | [] | [] |
| /src/grok/thirdparty/libpng/png.h | [] | [] |
| /src/grok/src/lib/codec/formats/fileio/IFileIO.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/codestream/markers/TLMMarker.h | [] | [] |
| /src/grok/thirdparty/libtiff/test/test_directory.c | [] | [] |
| /src/grok/src/lib/core/codestream/Codec.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/t1/part1/block_coder/mqcoder/mqc.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/perf_counters_test.cc | [] | [] |
| /src/grok/src/include/spdlog/async_logger-inl.h | [] | [] |
| /src/grok/src/include/spdlog/fmt/bundled/ostream.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/shared-inl.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/timer-inl.h | [] | [] |
| /src/grok/src/lib/codec/common/convert.h | [] | [] |
| /src/grok/src/lib/core/t2/RateInfo.cpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/thread_pool/topology_test.cc | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_lzw.c | [] | [] |
| /src/grok/thirdparty/libz/arch/riscv/adler32_rvv.c | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_dir.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/src/lib/codec/common/common.cpp | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmsalpha.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort_i32a.cc | [] | [] |
| /src/grok/thirdparty/libz/arch/generic/compare256_c.c | [] | [] |
| /src/grok/src/include/spdlog/cfg/argv.h | [] | [] |
| /src/grok/thirdparty/libz/arch/power/compare256_power9.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/tuple_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/saturated_test.cc | [] | [] |
| /src/grok/thirdparty/libz/test/benchmarks/benchmark_png_shared.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/per_target.cc | [] | [] |
| /src/grok/src/include/taskflow/cuda/cuda_memory.hpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/libpng/contrib/powerpc-vsx/linux.c | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_hexwave.h | [] | [] |
| /src/grok/src/lib/core/util/MinHeap.h | [] | [] |
| /src/grok/thirdparty/libpng/contrib/libtests/pngimage.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort_f64a.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/mask_test.cc | [] | [] |
| /src/grok/src/lib/core/util/grk_exceptions.h | [] | [] |
| /src/grok/thirdparty/libz/arch/s390/dfltcc_inflate.h | [] | [] |
| /src/grok/src/lib/core/scheduling/window/DecompressWindowScheduler.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/t1/part1/PostDecodeFilters.h | [] | [] |
| /src/grok/src/include/spdlog/sinks/msvc_sink.h | [] | [] |
| /src/grok/src/lib/core/scheduling/whole_tile/DecompressScheduler.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/stream/StreamIO.h | [] | [] |
| /src/grok/thirdparty/liblcms2/src/lcms2_internal.h | [] | [] |
| /src/grok/src/include/taskflow/core/async_task.hpp | [] | [] |
| /src/grok/thirdparty/libz/test/test_adler32.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/ops/arm_neon-inl.h | [] | [] |
| /src/grok/src/lib/core/t1/part1/Quantizer.cpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/detect_compiler_arch.h | [] | [] |
| /src/grok/thirdparty/libz/trees_emit.h | [] | [] |
| /src/grok/thirdparty/libtiff/tools/tiffsplit.c | [] | [] |
| /src/grok/thirdparty/libz/gzguts.h | [] | [] |
| /src/grok/thirdparty/libz/test/fuzz/fuzzer_example_dict.c | ['thirdparty/libz/test/fuzz/fuzzer_example_dict.c'] | [] |
| /src/grok/examples/thirdparty/stb/stb_easy_font.h | [] | [] |
| /src/grok/thirdparty/libpng/intel/intel_init.c | [] | [] |
| /src/grok/thirdparty/libtiff/tools/tiffinfo.c | [] | [] |
| /src/grok/src/include/taskflow/core/nonblocking_notifier.hpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/include/taskflow/cuda/cuda_graph.hpp | [] | [] |
| /src/grok/thirdparty/libz/test/benchmarks/benchmark_compare256_rle.cc | [] | [] |
| /src/grok/thirdparty/libpng/pngread.c | ['thirdparty/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] | [] |
| /src/grok/src/lib/core/codestream/markers/SOTMarker.cpp | [] | [] |
| /src/grok/src/include/taskflow/core/error.hpp | [] | [] |
| /src/grok/src/lib/codec/grok_codec.cpp | [] | [] |
| /src/grok/thirdparty/libpng/contrib/visupng/PngFile.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/thread_pool/topology.h | [] | [] |
| /src/grok/thirdparty/libz/deflate_stored.c | [] | [] |
| /src/grok/src/lib/core/t1/part1/block_coder/BlockCoderDec.cpp | [] | [] |
| /src/grok/src/include/taskflow/sycl/sycl_meta.hpp | [] | [] |
| /src/grok/src/include/spdlog/mdc.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/test_util_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/examples/skeleton_test.cc | [] | [] |
| /src/grok/src/lib/core/scheduling/whole_tile/WholeTileScheduler.cpp | [] | [] |
| /src/grok/thirdparty/libtiff/tools/tiffdither.c | [] | [] |
| /src/grok/src/lib/core/util/RefCounted.h | [] | [] |
| /src/grok/src/lib/codec/common/packer.h | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmsopt.c | [] | [] |
| /src/grok/src/include/taskflow/core/task.hpp | [] | [] |
| /src/grok/src/lib/core/scheduling/window/CompressWindowScheduler.h | [] | [] |
| /src/grok/src/lib/core/codestream/IDecompressor.h | [] | [] |
| /src/grok/thirdparty/libpng/arm/palette_neon_intrinsics.c | ['thirdparty/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] | [] |
| /src/grok/src/include/taskflow/dsl/meta_macro.hpp | [] | [] |
| /src/grok/src/include/spdlog/fmt/bundled/format.h | ['thirdparty/libz/test/fuzz/fuzzer_minigzip.c', 'thirdparty/libz/test/fuzz/fuzzer_example_large.c', 'thirdparty/libz/test/fuzz/fuzzer_example_flush.c', 'thirdparty/libz/test/fuzz/fuzzer_example_dict.c', 'thirdparty/libz/test/fuzz/fuzzer_example_small.c', 'thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc', 'tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/liblcms2/src/cmsxform.c | [] | [] |
| /src/grok/src/include/spdlog/sinks/wincolor_sink.h | [] | [] |
| /src/grok/thirdparty/libz/arch/s390/dfltcc_deflate.c | [] | [] |
| /src/grok/src/lib/codec/formats/YUVFormat.cpp | [] | [] |
| /src/grok/thirdparty/libpng/contrib/gregbook/readppm.c | [] | [] |
| /src/grok/src/lib/core/canvas/subband/Subband.h | [] | [] |
| /src/grok/src/lib/core/codestream/compress/CodeStreamCompress.cpp | [] | [] |
| /src/grok/thirdparty/libz/arch/x86/x86_features.c | [] | [] |
| /src/grok/src/lib/core/t1/OJPH/coding/ojph_block_decoder_ssse3.cpp | [] | [] |
| /src/grok/src/lib/core/t2/T2Decompress.h | [] | [] |
| /src/grok/src/lib/core/tile_processor/TileProcessor.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/t1/wavelet/WaveletReverse.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/include/spdlog/spdlog-inl.h | [] | [] |
| /src/grok/src/include/taskflow/cuda/cuda_capturer.hpp | [] | [] |
| /src/grok/thirdparty/libz/test/fuzz/fuzzer_example_flush.c | ['thirdparty/libz/test/fuzz/fuzzer_example_flush.c'] | [] |
| /src/grok/src/lib/core/codestream/TileWindow.cpp | [] | [] |
| /src/grok/src/lib/core/codestream/markers/TLMFile.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/robust_statistics.h | [] | [] |
| /src/grok/src/lib/core/t1/ICoder.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/random/random_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/foreach_vec_test.cc | [] | [] |
| /src/grok/thirdparty/libpng/intel/filter_sse2_intrinsics.c | [] | [] |
| /src/grok/src/lib/core/stream/MemAdvisor.h | [] | [] |
| /src/grok/thirdparty/libpng/contrib/tools/sRGB.h | [] | [] |
| /src/grok/thirdparty/libz/gzlib.c | [] | [] |
| /src/grok/src/include/spdlog/details/log_msg_buffer-inl.h | [] | [] |
| /src/grok/src/lib/codec/formats/iccjpeg.cpp | [] | [] |
| /src/grok/thirdparty/libz/test/test_compress_bound.cc | [] | [] |
| /src/grok/src/include/spdlog/fmt/bundled/ranges.h | [] | [] |
| /src/grok/thirdparty/libz/arch/generic/slide_hash_c.c | [] | [] |
| /src/grok/thirdparty/libz/cpu_features.c | [] | [] |
| /src/grok/src/lib/core/t1/part1/block_coder/mqcoder/mqc_enc_inl.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/minmax_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/resize_test.cc | [] | [] |
| /src/grok/src/lib/codec/apps/GrkCompress.cpp | [] | [] |
| /src/grok/src/include/taskflow/utility/math.hpp | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_divide.h | [] | [] |
| /src/grok/src/lib/core/t1/part1/block_coder/mqcoder/mqc_base.h | [] | [] |
| /src/grok/src/include/spdlog/sinks/udp_sink.h | [] | [] |
| /src/grok/thirdparty/libpng/pngwio.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/stats.cc | [] | [] |
| /src/grok/src/lib/core/codestream/ICompressor.h | [] | [] |
| /src/grok/src/include/spdlog/async.h | [] | [] |
| /src/grok/src/include/spdlog/formatter.h | [] | [] |
| /src/grok/thirdparty/libpng/pngtest.c | [] | [] |
| /src/grok/thirdparty/libpng/contrib/libtests/tarith.c | [] | [] |
| /src/grok/src/include/taskflow/core/executor.hpp | [] | [] |
| /src/grok/src/include/spdlog/sinks/ringbuffer_sink.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/unroller/unroller_test.cc | [] | [] |
| /src/grok/thirdparty/libz/test/minigzip.c | ['thirdparty/libz/test/fuzz/fuzzer_minigzip.c'] | [] |
| /src/grok/thirdparty/liblcms2/src/cmsplugin.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/reduction_test.cc | [] | [] |
| /src/grok/src/include/spdlog/sinks/sink.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/dot/dot-inl.h | [] | [] |
| /src/grok/thirdparty/libz/test/infcover.c | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/libpng/contrib/examples/simpleover.c | [] | [] |
| /src/grok/thirdparty/libpng/contrib/arm-neon/linux.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/compare_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/masked_arithmetic_test.cc | [] | [] |
| /src/grok/src/include/spdlog/details/console_globals.h | [] | [] |
| /src/grok/thirdparty/libz/test/test_crc32.cc | [] | [] |
| /src/grok/src/lib/core/canvas/resolution/ResWindow.h | [] | [] |
| /src/grok/src/lib/core/t1/wavelet/WaveletReverse97.cpp | [] | [] |
| /src/grok/thirdparty/libz/deflate.c | ['thirdparty/libz/test/fuzz/fuzzer_minigzip.c', 'thirdparty/libz/test/fuzz/fuzzer_example_large.c', 'thirdparty/libz/test/fuzz/fuzzer_compress.c', 'thirdparty/libz/test/fuzz/fuzzer_example_flush.c', 'thirdparty/libz/test/fuzz/fuzzer_example_dict.c', 'thirdparty/libz/test/fuzz/fuzzer_example_small.c', 'thirdparty/libz/test/fuzz/fuzzer_checksum.c'] | [] |
| /src/grok/thirdparty/libtiff/contrib/pds/tif_pdsdirread.c | [] | [] |
| /src/grok/src/include/spdlog/sinks/dist_sink.h | [] | [] |
| /src/grok/thirdparty/libpng/arm/arm_init.c | [] | [] |
| /src/grok/thirdparty/libtiff/contrib/pds/tif_imageiter.c | [] | [] |
| /src/grok/src/lib/core/t2/T2Decompress.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/libz/deflate.h | [] | [] |
| /src/grok/src/lib/core/canvas/codeblock/CodeblockDecompressImpl.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/mask_mem_test.cc | [] | [] |
| /src/grok/thirdparty/libz/chunkset_tpl.h | [] | [] |
| /src/grok/thirdparty/libz/arch/arm/slide_hash_neon.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/thread_pool/thread_pool_test.cc | [] | [] |
| /src/grok/thirdparty/libz/test/example.c | ['thirdparty/libz/test/fuzz/fuzzer_example_large.c', 'thirdparty/libz/test/fuzz/fuzzer_example_flush.c', 'thirdparty/libz/test/fuzz/fuzzer_example_dict.c', 'thirdparty/libz/test/fuzz/fuzzer_example_small.c'] | [] |
| /src/grok/src/lib/core/canvas/codeblock/CodeblockCompress.h | [] | [] |
| /src/grok/src/lib/core/t1/wavelet/WaveletCommon.h | [] | [] |
| /src/grok/tests/GrkCompareDumpFiles.cpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/in_range_float_to_int_conv_test.cc | [] | [] |
| /src/grok/thirdparty/libz/deflate_rle.c | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_perlin.h | [] | [] |
| /src/grok/src/lib/core/t1/BlockExec.h | [] | [] |
| /src/grok/thirdparty/libz/test/benchmarks/benchmark_slidehash.cc | [] | [] |
| /src/grok/thirdparty/libz/arch/arm/chunkset_neon.c | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_hash_set.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_webp.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/sort_unit_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/abort.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/mul_pairwise_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/examples/profiler_example.cc | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_tile.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/src/include/spdlog/details/periodic_worker-inl.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/blockwise_combine_test.cc | [] | [] |
| /src/grok/thirdparty/libz/zutil.c | ['thirdparty/libz/test/fuzz/fuzzer_example_large.c', 'thirdparty/libz/test/fuzz/fuzzer_example_flush.c', 'thirdparty/libz/test/fuzz/fuzzer_example_dict.c', 'thirdparty/libz/test/fuzz/fuzzer_example_small.c'] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort_i32d.cc | [] | [] |
| /src/grok/thirdparty/libtiff/tools/mkg3states.c | [] | [] |
| /src/grok/thirdparty/libpng/pngmem.c | [] | [] |
| /src/grok/src/include/spdlog/sinks/basic_file_sink.h | [] | [] |
| /src/grok/src/include/spdlog/details/file_helper.h | [] | [] |
| /src/grok/src/include/spdlog/details/thread_pool-inl.h | [] | [] |
| /src/grok/thirdparty/libz/tools/makecrct.c | [] | [] |
| /src/grok/thirdparty/libpng/contrib/visupng/cexcept.h | [] | [] |
| /src/grok/src/include/taskflow/cuda/algorithm/sort.hpp | [] | [] |
| /src/grok/src/lib/codec/common/grk_string.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/test_util-inl.h | [] | [] |
| /src/grok/src/lib/core/codestream/markers/TLMMarker.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/rotate_test.cc | [] | [] |
| /src/grok/thirdparty/libz/test/benchmarks/benchmark_png_decode.cc | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_unix.c | [] | [] |
| /src/grok/src/lib/core/codestream/CodingParams.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/swizzle_test.cc | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_swab.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/thirdparty/libtiff/contrib/dbs/xtiff/xtiff.c | [] | [] |
| /src/grok/thirdparty/libpng/pngrtran.c | ['thirdparty/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] | [] |
| /src/grok/src/lib/core/util/SlabPool.h | [] | [] |
| /src/grok/src/include/spdlog/sinks/dup_filter_sink.h | [] | [] |
| /src/grok/src/include/spdlog/details/log_msg_buffer.h | [] | [] |
| /src/grok/src/lib/core/stream/BufferedStream.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/examples/thirdparty/stb/stb_rect_pack.h | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_codec.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/thirdparty/libtiff/contrib/tags/xtiffiop.h | [] | [] |
| /src/grok/src/lib/core/util/GrkMatrix.cpp | [] | [] |
| /src/grok/src/lib/core/t2/PacketManager.cpp | [] | [] |
| /src/grok/src/lib/core/scheduling/CoderPool.h | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmsvirt.c | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmsio1.c | [] | [] |
| /src/grok/src/include/spdlog/fmt/bundled/std.h | [] | [] |
| /src/grok/thirdparty/libz/crc32_braid_p.h | [] | [] |
| /src/grok/src/include/taskflow/core/flow_builder.hpp | [] | [] |
| /src/grok/src/include/taskflow/algorithm/for_each.hpp | [] | [] |
| /src/grok/src/include/spdlog/sinks/tcp_sink.h | [] | [] |
| /src/grok/src/include/taskflow/core/topology.hpp | [] | [] |
| /src/grok/src/include/spdlog/details/registry-inl.h | [] | [] |
| /src/grok/src/include/taskflow/utility/stream.hpp | [] | [] |
| /src/grok/src/lib/core/codestream/markers/MarkerCache.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/thread_pool/spin_test.cc | [] | [] |
| /src/grok/thirdparty/libpng/contrib/gregbook/rpng-win.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/reverse_test.cc | [] | [] |
| /src/grok/thirdparty/libz/match_tpl.h | [] | [] |
| /src/grok/src/include/taskflow/algorithm/partitioner.hpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort_u32a.cc | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmshalf.c | [] | [] |
| /src/grok/src/lib/codec/formats/PGXFormat.h | [] | [] |
| /src/grok/src/include/spdlog/fmt/bundled/printf.h | ['thirdparty/libz/test/fuzz/fuzzer_minigzip.c', 'thirdparty/libz/test/fuzz/fuzzer_example_large.c', 'thirdparty/libz/test/fuzz/fuzzer_example_flush.c', 'thirdparty/libz/test/fuzz/fuzzer_example_dict.c', 'thirdparty/libz/test/fuzz/fuzzer_example_small.c', 'thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc', 'tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/debug/testing.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort-inl.h | [] | [] |
| /src/grok/src/include/taskflow/utility/os.hpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort_u16d.cc | [] | [] |
| /src/grok/thirdparty/libz/test/test_deflate_bound.cc | [] | [] |
| /src/grok/thirdparty/libtiff/tools/fax2tiff.c | [] | [] |
| /src/grok/src/include/taskflow/core/atomic_notifier.hpp | [] | [] |
| /src/grok/src/lib/core/fileformat/compress/FileFormatJP2Compress.cpp | [] | [] |
| /src/grok/src/lib/codec/apps/GrkDecompress.h | [] | [] |
| /src/grok/src/include/spdlog/sinks/kafka_sink.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/demote_test.cc | [] | [] |
| /src/grok/src/lib/core/stream/fetchers/HTTPFetcher.h | [] | [] |
| /src/grok/thirdparty/libpng/arm/filter_neon_intrinsics.c | [] | [] |
| /src/grok/src/include/taskflow/algorithm/reduce.hpp | [] | [] |
| /src/grok/thirdparty/libz/functable.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/expand_test.cc | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_lerc.c | [] | [] |
| /src/grok/src/lib/core/codestream/decompress/CodeStreamDecompress_ReadMarkers.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/libz/arch/x86/adler32_avx512_p.h | [] | [] |
| /src/grok/thirdparty/libz/test/fuzz/fuzzer_example_small.c | ['thirdparty/libz/test/fuzz/fuzzer_example_small.c'] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/list_targets.cc | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_print.c | [] | [] |
| /src/grok/thirdparty/libtiff/tools/tiffcrop.c | [] | [] |
| /src/grok/thirdparty/libz/crc32_braid_comb.c | [] | [] |
| /src/grok/src/lib/core/util/SequentialCache.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/mask_slide_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/auto_tune.h | [] | [] |
| /src/grok/src/lib/core/t2/TagTree.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/algo/copy_test.cc | [] | [] |
| /src/grok/thirdparty/libpng/contrib/gregbook/rpng2-x.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/ops/x86_512-inl.h | [] | [] |
| /src/grok/thirdparty/libpng/pngdebug.h | [] | [] |
| /src/grok/src/include/taskflow/cuda/algorithm/single_task.hpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/traits-inl.h | [] | [] |
| /src/grok/thirdparty/libpng/pngpread.c | [] | [] |
| /src/grok/src/lib/core/scheduling/TileBlocks.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/libz/adler32_p.h | [] | [] |
| /src/grok/src/lib/core/grok.h | [] | [] |
| /src/grok/src/include/spdlog/sinks/stdout_sinks-inl.h | [] | [] |
| /src/grok/src/include/spdlog/sinks/mongo_sink.h | [] | [] |
| /src/grok/thirdparty/libz/inftrees.c | [] | [] |
| /src/grok/thirdparty/libpng/contrib/visupng/VisualPng.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/thread_pool/thread_pool.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/bit_pack/bit_pack_test.cc | [] | [] |
| /src/grok/src/include/taskflow/sycl/sycl_task.hpp | [] | [] |
| /src/grok/src/include/taskflow/sycl/algorithm/reduce.hpp | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_vorbis.c | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/liblcms2/src/cmsmtrx.c | [] | [] |
| /src/grok/src/include/taskflow/utility/iterator.hpp | [] | [] |
| /src/grok/src/lib/core/scheduling/ExecSingleton.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/sign_test.cc | [] | [] |
| /src/grok/src/include/taskflow/cuda/algorithm/merge.hpp | [] | [] |
| /src/grok/thirdparty/libz/arch/x86/compare256_sse2.c | [] | [] |
| /src/grok/thirdparty/libtiff/test/test_RGBAImage.c | [] | [] |
| /src/grok/src/lib/core/stream/fetchers/S3Fetcher.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/random/random-inl.h | [] | [] |
| /src/grok/thirdparty/libtiff/contrib/win_dib/Tiffile.cpp | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_color.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_dumpmode.c | [] | [] |
| /src/grok/src/include/spdlog/stopwatch.h | [] | [] |
| /src/grok/thirdparty/liblcms2/include/lcms2.h | [] | [] |
| /src/grok/thirdparty/libtiff/contrib/stream/tiffstream.cpp | [] | [] |
| /src/grok/thirdparty/libz/arch/x86/slide_hash_avx2.c | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_jpeg_12.c | [] | [] |
| /src/grok/thirdparty/libz/test/benchmarks/benchmark_png_encode.cc | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmsmd5.c | [] | [] |
| /src/grok/src/lib/core/stream/IStream.h | [] | [] |
| /src/grok/thirdparty/libz/test/switchlevels.c | [] | [] |
| /src/grok/src/include/taskflow/algorithm/scan.hpp | [] | [] |
| /src/grok/src/include/spdlog/pattern_formatter-inl.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/include/spdlog/sinks/hourly_file_sink.h | [] | [] |
| /src/grok/src/lib/codec/formats/BufferPool.cpp | [] | [] |
| /src/grok/thirdparty/libz/arch/x86/crc32_pclmulqdq_tpl.h | [] | [] |
| /src/grok/src/include/taskflow/utility/singleton.hpp | [] | [] |
| /src/grok/src/lib/core/util/flag_query.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/memory_test.cc | [] | [] |
| /src/grok/thirdparty/libpng/pngrutil.c | ['thirdparty/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] | [] |
| /src/grok/src/lib/core/scheduling/window/CompressWindowScheduler.cpp | [] | [] |
| /src/grok/thirdparty/libz/test/fuzz/fuzzer_example_large.c | ['thirdparty/libz/test/fuzz/fuzzer_example_large.c'] | [] |
| /src/grok/src/lib/core/highway/hwy/cache_control.h | [] | [] |
| /src/grok/thirdparty/libtiff/contrib/mfs/mfs_file.c | [] | [] |
| /src/grok/src/include/spdlog/sinks/null_sink.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/test_util.h | [] | [] |
| /src/grok/thirdparty/libz/arch/riscv/chunkset_rvv.c | [] | [] |
| /src/grok/src/lib/core/t1/part1/Quantizer.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/shift_test.cc | [] | [] |
| /src/grok/src/include/spdlog/sinks/base_sink.h | [] | [] |
| /src/grok/src/include/spdlog/common.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/shuffle4_test.cc | [] | [] |
| /src/grok/src/lib/codec/formats/BMPFormat.h | [] | [] |
| /src/grok/examples/codec/arg_converter.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/detect_targets.h | [] | [] |
| /src/grok/thirdparty/libz/arch/power/fallback_builtins.h | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_predict.c | [] | [] |
| /src/grok/src/lib/core/canvas/SparseCanvas.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/result-inl.h | [] | [] |
| /src/grok/src/lib/core/t1/wavelet/WaveletFwd.cpp | [] | [] |
| /src/grok/src/lib/core/t1/part1/block_coder/mqcoder/mqc_base.cpp | [] | [] |
| /src/grok/src/lib/core/plugin/minpf_plugin_manager.cpp | [] | [] |
| /src/grok/src/lib/core/scheduling/window/WindowScheduler.cpp | [] | [] |
| /src/grok/src/lib/codec/formats/JPEGFormat.h | [] | [] |
| /src/grok/thirdparty/libtiff/archive/tools/gif2tiff.c | [] | [] |
| /src/grok/thirdparty/libz/inflate.c | [] | [] |
| /src/grok/src/include/taskflow/cuda/cuda_stream.hpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/targets.h | [] | [] |
| /src/grok/thirdparty/libz/arch/arm/crc32_acle.c | [] | [] |
| /src/grok/thirdparty/libz/deflate_p.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/examples/skeleton-inl.h | [] | [] |
| /src/grok/thirdparty/libpng/contrib/libtests/timepng.c | [] | [] |
| /src/grok/thirdparty/libpng/contrib/mips-mmi/linux.c | [] | [] |
| /src/grok/src/lib/core/fileformat/decompress/FileFormatMJ2Decompress.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/stream/StreamGenerator.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/libpng/contrib/gregbook/readpng2.c | [] | [] |
| /src/grok/src/include/taskflow/taskflow.hpp | [] | [] |
| /src/grok/src/lib/core/t2/PacketProgressionState.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/if_test.cc | [] | [] |
| /src/grok/src/include/taskflow/core/observer.hpp | [] | [] |
| /src/grok/src/lib/codec/formats/TIFFFormat.h | [] | [] |
| /src/grok/thirdparty/libz/deflate_medium.c | [] | [] |
| /src/grok/src/lib/core/scheduling/whole_tile/flow/FlowComponent.h | [] | [] |
| /src/grok/src/lib/core/codestream/markers/MarkerParser.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/stream/fetchers/AZFetcher.h | [] | [] |
| /src/grok/thirdparty/libpng/contrib/gregbook/rpng-x.c | [] | [] |
| /src/grok/thirdparty/libz/arch/s390/crc32-vx.c | [] | [] |
| /src/grok/src/lib/core/t1/OJPH/common/ojph_mem.h | [] | [] |
| /src/grok/thirdparty/libtiff/tools/tiff2bw.c | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_ojpeg.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort_i16d.cc | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_tilemap_editor.h | [] | [] |
| /src/grok/thirdparty/libtiff/tools/tiffdump.c | [] | [] |
| /src/grok/thirdparty/libtiff/tools/tiff2pdf.c | [] | [] |
| /src/grok/src/include/taskflow/algorithm/data_pipeline.hpp | [] | [] |
| /src/grok/thirdparty/libz/test/minideflate.c | [] | [] |
| /src/grok/thirdparty/libz/arch/x86/crc32_fold_pclmulqdq_tpl.h | [] | [] |
| /src/grok/src/include/taskflow/cuda/algorithm/transpose.hpp | [] | [] |
| /src/grok/thirdparty/libtiff/contrib/iptcutil/iptcutil.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/float_test.cc | [] | [] |
| /src/grok/src/lib/core/debug/debug_context.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/base_test.cc | [] | [] |
| /src/grok/src/lib/core/t1/OJPH/common/ojph_defs.h | [] | [] |
| /src/grok/src/include/spdlog/sinks/android_sink.h | [] | [] |
| /src/grok/src/include/spdlog/details/file_helper-inl.h | [] | [] |
| /src/grok/src/include/taskflow/cuda/algorithm/for_each.hpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/nanobenchmark.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/aligned_allocator.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/ops/emu128-inl.h | [] | [] |
| /src/grok/thirdparty/libz/arch/riscv/slide_hash_rvv.c | [] | [] |
| /src/grok/src/lib/core/t1/OJPH/CoderOJPH.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/canvas/codeblock/CodeblockDecompress.h | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_error.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/print_network.cc | [] | [] |
| /src/grok/src/include/spdlog/sinks/basic_file_sink-inl.h | [] | [] |
| /src/grok/src/lib/core/t2/PacketCache.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/matvec/matvec_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/convert_test.cc | [] | [] |
| /src/grok/thirdparty/libz/arch/x86/adler32_sse42.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/slide_up_down_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/thread_pool/spin.h | [] | [] |
| /src/grok/thirdparty/libtiff/archive/tools/sgi2tiff.c | [] | [] |
| /src/grok/thirdparty/libtiff/test/test_signed_tags.c | [] | [] |
| /src/grok/thirdparty/libtiff/test/check_tag.c | [] | [] |
| /src/grok/thirdparty/libtiff/test/test_write_read_tags.c | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_thunder.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/truncate_test.cc | [] | [] |
| /src/grok/src/include/spdlog/details/os-inl.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/t1/OJPH/coding/ojph_block_decoder_wasm.cpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/perf_counters.cc | [] | [] |
| /src/grok/src/include/taskflow/core/worker.hpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort_u64a.cc | [] | [] |
| /src/grok/thirdparty/libz/test/benchmarks/benchmark_compare256.cc | [] | [] |
| /src/grok/thirdparty/libz/zutil_p.h | [] | [] |
| /src/grok/src/include/taskflow/core/graph.hpp | [] | [] |
| /src/grok/src/lib/core/util/Logger.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/include/spdlog/details/null_mutex.h | [] | [] |
| /src/grok/src/lib/core/stream/MemStream.cpp | [] | [] |
| /src/grok/thirdparty/libz/deflate_huff.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/sorting_networks-inl.h | [] | [] |
| /src/grok/src/lib/codec/apps/GrkDecompress.cpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/timer.cc | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_include.h | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_herringbone_wang_tile.h | [] | [] |
| /src/grok/thirdparty/libz/test/test_compare256_rle.cc | [] | [] |
| /src/grok/src/include/taskflow/dsl/connection.hpp | [] | [] |
| /src/grok/src/lib/core/t1/part1/block_coder/t1_common.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/concat_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/ops/generic_ops-inl.h | [] | [] |
| /src/grok/src/include/spdlog/fmt/bundled/compile.h | [] | [] |
| /src/grok/src/lib/core/t1/part1/Coder.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/highway/hwy/perf_counters.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort_f32d.cc | [] | [] |
| /src/grok/thirdparty/libz/inflate_p.h | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmspack.c | [] | [] |
| /src/grok/thirdparty/libpng/contrib/libtests/makepng.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc', 'thirdparty/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] | [] |
| /src/grok/src/lib/codec/common/exif.cpp | [] | [] |
| /src/grok/thirdparty/libtiff/tools/tiff2rgba.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/highway.h | [] | [] |
| /src/grok/thirdparty/libz/insert_string.c | [] | [] |
| /src/grok/src/include/spdlog/logger-inl.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/libz/arch/x86/adler32_avx2.c | [] | [] |
| /src/grok/src/lib/core/util/geometry.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/t1/part1/block_coder/mqcoder/mqc_backup.cpp | [] | [] |
| /src/grok/tests/GrkRandomTileAccess.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/liblcms2/src/cmscgats.c | [] | [] |
| /src/grok/thirdparty/libtiff/tools/ppm2tiff.c | [] | [] |
| /src/grok/thirdparty/libpng/png.c | ['thirdparty/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] | [] |
| /src/grok/thirdparty/libtiff/test/test_IFD_enlargement.c | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tiffio.h | [] | [] |
| /src/grok/src/include/taskflow/cuda/algorithm/matmul.hpp | [] | [] |
| /src/grok/src/lib/core/t2/PacketIter.cpp | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_dir.h | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_strip.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/thirdparty/libpng/pngerror.c | ['thirdparty/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] | [] |
| /src/grok/src/lib/core/canvas/tile/TileComponentWindow.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/dot/dot_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/ops/x86_256-inl.h | [] | [] |
| /src/grok/src/lib/core/canvas/resolution/ResSimple.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/examples/thirdparty/stb/stb_image.h | [] | [] |
| /src/grok/thirdparty/libpng/loongarch/filter_lsx_intrinsics.c | [] | [] |
| /src/grok/src/include/taskflow/cuda/cuda_meta.hpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/stream/EnvVarManager.h | [] | [] |
| /src/grok/src/include/taskflow/cuda/algorithm/reduce.hpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/algo-inl.h | [] | [] |
| /src/grok/thirdparty/libz/deflate_fast.c | [] | [] |
| /src/grok/thirdparty/libz/zutil.h | [] | [] |
| /src/grok/src/lib/core/codestream/compress/CodeStreamCompress.h | [] | [] |
| /src/grok/src/lib/core/fileformat/decompress/FileFormatMJ2Decompress.h | [] | [] |
| /src/grok/thirdparty/libz/arch/x86/crc32_fold_vpclmulqdq_tpl.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/algo/copy-inl.h | [] | [] |
| /src/grok/src/lib/core/t1/part1/block_coder/t1_generate_luts.cpp | [] | [] |
| /src/grok/src/lib/core/point_transform/mct.h | [] | [] |
| /src/grok/thirdparty/libz/arch/x86/adler32_avx2_p.h | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_fax3.h | [] | [] |
| /src/grok/src/lib/core/fileformat/FileFormatJP2Family.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/fma_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/ops/ppc_vsx-inl.h | [] | [] |
| /src/grok/thirdparty/libtiff/test/rewrite_tag.c | [] | [] |
| /src/grok/src/lib/core/fileformat/FileFormatMJ2.cpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/algo/transform-inl.h | [] | [] |
| /src/grok/thirdparty/libpng/pngconf.h | [] | [] |
| /src/grok/thirdparty/libpng/loongarch/loongarch_lsx_init.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/minmax128_test.cc | [] | [] |
| /src/grok/src/include/spdlog/details/fmt_helper.h | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_dirwrite.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/thirdparty/libz/arch/x86/compare256_avx2.c | [] | [] |
| /src/grok/src/include/spdlog/version.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort_f64d.cc | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_truetype.h | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_dxt.h | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_close.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/thirdparty/libpng/powerpc/filter_vsx_intrinsics.c | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_zip.c | [] | [] |
| /src/grok/src/lib/codec/common/common.h | [] | [] |
| /src/grok/src/include/taskflow/dsl/tuple_utils.hpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/profiler.h | [] | [] |
| /src/grok/src/include/spdlog/details/thread_pool.h | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_sprintf.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/ops/scalar-inl.h | [] | [] |
| /src/grok/src/include/spdlog/cfg/helpers-inl.h | [] | [] |
| /src/grok/src/lib/core/stream/StreamGenerator.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/codec/formats/ImageFormat.cpp | [] | [] |
| /src/grok/thirdparty/libtiff/test/testtypes.c | [] | [] |
| /src/grok/thirdparty/libz/fallback_builtins.h | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmswtpnt.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort_u32d.cc | [] | [] |
| /src/grok/thirdparty/libpng/contrib/tools/genpng.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/print.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/ops/inside-inl.h | [] | [] |
| /src/grok/thirdparty/libz/tools/makefixed.c | [] | [] |
| /src/grok/src/lib/core/util/NetworkFileChecker.h | [] | [] |
| /src/grok/src/include/taskflow/core/taskflow.hpp | [] | [] |
| /src/grok/thirdparty/libpng/contrib/tools/makesRGB.c | [] | [] |
| /src/grok/thirdparty/libpng/contrib/examples/pngpixel.c | [] | [] |
| /src/grok/thirdparty/libpng/contrib/gregbook/wpng.c | [] | [] |
| /src/grok/thirdparty/libpng/pngwutil.c | [] | [] |
| /src/grok/src/lib/core/t1/OJPH/others/ojph_mem.cpp | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_flush.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/src/lib/core/fileformat/FileFormatMJ2.h | [] | [] |
| /src/grok/src/include/spdlog/pattern_formatter.h | [] | [] |
| /src/grok/src/include/spdlog/sinks/syslog_sink.h | [] | [] |
| /src/grok/src/lib/core/fileformat/FileFormatJP2Family.cpp | [] | [] |
| /src/grok/thirdparty/libz/arch/arm/arm_features.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/mask_convert_test.cc | [] | [] |
| /src/grok/thirdparty/libz/test/fuzz/fuzzer_checksum.c | ['thirdparty/libz/test/fuzz/fuzzer_checksum.c'] | [] |
| /src/grok/src/lib/core/util/intmath.h | [] | [] |
| /src/grok/src/lib/core/tile_processor/TileProcessor_RateControl.cpp | [] | [] |
| /src/grok/thirdparty/libtiff/contrib/addtiffo/tif_ovrcache.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/ops/wasm_128-inl.h | [] | [] |
| /src/grok/src/lib/core/grok.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/canvas/tile/TileComponent.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/image/image.h | [] | [] |
| /src/grok/thirdparty/libtiff/tools/thumbnail.c | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/liblcms2/src/cmserr.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/print.cc | [] | [] |
| /src/grok/thirdparty/libpng/contrib/mips-msa/linux.c | [] | [] |
| /src/grok/src/include/taskflow/utility/macros.hpp | [] | [] |
| /src/grok/src/include/taskflow/cuda/algorithm/transform.hpp | [] | [] |
| /src/grok/thirdparty/libz/arch/s390/dfltcc_common.h | [] | [] |
| /src/grok/src/include/taskflow/algorithm/pipeline.hpp | [] | [] |
| /src/grok/thirdparty/libz/arch/x86/adler32_avx512_vnni.c | [] | [] |
| /src/grok/src/include/spdlog/sinks/sink-inl.h | [] | [] |
| /src/grok/thirdparty/libz/arch/power/chunkset_power8.c | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_next.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/ops/rvv-inl.h | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_voxel_render.h | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_pixarlog.c | [] | [] |
| /src/grok/thirdparty/libtiff/contrib/pds/tif_pdsdirwrite.c | [] | [] |
| /src/grok/thirdparty/libpng/contrib/gregbook/rpng2-win.c | [] | [] |
| /src/grok/src/include/spdlog/sinks/ostream_sink.h | [] | [] |
| /src/grok/thirdparty/libz/arch/s390/s390_features.c | [] | [] |
| /src/grok/src/include/taskflow/core/freelist.hpp | [] | [] |
| /src/grok/thirdparty/libtiff/contrib/win_dib/tiff2dib.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/print-inl.h | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_ds.h | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_win32.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/src/lib/core/highway/hwy/targets_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/thread_pool/futex.h | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmstypes.c | [] | [] |
| /src/grok/thirdparty/libpng/pngrio.c | ['thirdparty/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] | [] |
| /src/grok/src/lib/core/scheduling/SchedulerFactory.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/logical_test.cc | [] | [] |
| /src/grok/src/lib/core/codestream/decompress/CodeStreamDecompress.h | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_luv.c | [] | [] |
| /src/grok/src/include/spdlog/sinks/stdout_sinks.h | [] | [] |
| /src/grok/thirdparty/libtiff/contrib/addtiffo/tif_overview.c | [] | [] |
| /src/grok/src/lib/core/codestream/TileWindow.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/crypto_test.cc | [] | [] |
| /src/grok/src/include/spdlog/spdlog.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/nanobenchmark.h | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_leakcheck.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/unroller/unroller-inl.h | [] | [] |
| /src/grok/thirdparty/libtiff/tools/rgb2ycbcr.c | [] | [] |
| /src/grok/src/include/taskflow/cuda/cuda_error.hpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/thread_pool/topology.cc | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_jbig.c | [] | [] |
| /src/grok/src/lib/core/plugin/plugin_bridge.cpp | [] | [] |
| /src/grok/thirdparty/libtiff/test/test_open_options.c | [] | [] |
| /src/grok/thirdparty/libpng/contrib/libtests/pngvalid.c | [] | [] |
| /src/grok/src/include/spdlog/sinks/rotating_file_sink.h | [] | [] |
| /src/grok/src/include/spdlog/details/synchronous_factory.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/nanobenchmark_test.cc | [] | [] |
| /src/grok/thirdparty/libz/gzwrite.c | [] | [] |
| /src/grok/src/include/spdlog/sinks/rotating_file_sink-inl.h | [] | [] |
| /src/grok/src/lib/core/scheduling/whole_tile/CompressScheduler.cpp | [] | [] |
| /src/grok/src/include/taskflow/utility/lazy_string.hpp | [] | [] |
| /src/grok/src/lib/core/canvas/resolution/Resolution.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/util/ILogger.h | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_textedit.h | [] | [] |
| /src/grok/src/include/taskflow/cuda/algorithm/find.hpp | [] | [] |
| /src/grok/src/include/taskflow/sycl/syclflow.hpp | [] | [] |
| /src/grok/thirdparty/libtiff/tools/raw2tiff.c | [] | [] |
| /src/grok/thirdparty/libtiff/contrib/ras/ras2tif.c | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_zstd.c | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmsio0.c | [] | [] |
| /src/grok/src/lib/core/util/GrkImage.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/complex_arithmetic_test.cc | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_lzma.c | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmspcs.c | ['thirdparty/libz/test/fuzz/fuzzer_minigzip.c', 'thirdparty/libz/test/fuzz/fuzzer_example_large.c', 'thirdparty/libz/test/fuzz/fuzzer_example_flush.c', 'thirdparty/libz/test/fuzz/fuzzer_example_dict.c', 'thirdparty/libz/test/fuzz/fuzzer_example_small.c', 'thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc', 'tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/include/spdlog/details/log_msg-inl.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/x86_cpuid.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/mul_by_pow2_test.cc | [] | [] |
| /src/grok/src/include/spdlog/common-inl.h | [] | [] |
| /src/grok/src/include/spdlog/details/backtracer-inl.h | [] | [] |
| /src/grok/src/lib/core/tile_processor/TileCompletion.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/mask_set_test.cc | [] | [] |
| /src/grok/thirdparty/libz/arch/s390/dfltcc_detail.h | [] | [] |
| /src/grok/src/include/taskflow/utility/mpmc.hpp | [] | [] |
| /src/grok/thirdparty/libz/arch/arm/compare256_neon.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/image/image_test.cc | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmslut.c | [] | [] |
| /src/grok/src/lib/codec/apps/GrkCompareImages.cpp | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmsnamed.c | [] | [] |
| /src/grok/src/include/spdlog/cfg/env.h | [] | [] |
| /src/grok/src/lib/core/util/IniParser.h | [] | [] |
| /src/grok/thirdparty/libz/functable.c | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_stream.cxx | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/src/lib/core/t1/OJPH/coding/ojph_block_encoder.cpp | [] | [] |
| /src/grok/thirdparty/libz/test/test_deflate_concurrency.cc | [] | [] |
| /src/grok/src/include/spdlog/sinks/ansicolor_sink-inl.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/bit_permute_test.cc | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_write.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/src/lib/core/util/SparseBuffer.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/highway_test.cc | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmscnvrt.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/cast_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/aligned_allocator.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/stats.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/sums_abs_diff_test.cc | [] | [] |
| /src/grok/src/lib/codec/formats/PNGFormat.cpp | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_warning.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_read.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/src/lib/codec/formats/fileio/FileStandardIO.cpp | [] | [] |
| /src/grok/src/lib/core/t2/PacketLengthCache.h | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_fax3.c | [] | [] |
| /src/grok/thirdparty/libpng/pngwtran.c | [] | [] |
| /src/grok/src/lib/core/t1/OJPH/coding/ojph_block_decoder.cpp | [] | [] |
| /src/grok/src/lib/core/canvas/codeblock/Codeblock.h | [] | [] |
| /src/grok/src/include/taskflow/core/semaphore.hpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/libz/trees.c | [] | [] |
| /src/grok/thirdparty/libpng/pngstruct.h | [] | [] |
| /src/grok/src/lib/codec/common/spdlog/bundled_fmtlib_format.cpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/algo/transform_test.cc | [] | [] |
| /src/grok/src/lib/core/util/MemManager.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/libz/arch/arm/slide_hash_armv6.c | [] | [] |
| /src/grok/src/include/taskflow/sycl/sycl_execution_policy.hpp | [] | [] |
| /src/grok/src/include/spdlog/sinks/ansicolor_sink.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/compress_test.cc | [] | [] |
| /src/grok/thirdparty/libz/arch/riscv/compare256_rvv.c | [] | [] |
| /src/grok/thirdparty/libz/test/benchmarks/benchmark_adler32.cc | [] | [] |
| /src/grok/thirdparty/libtiff/port/getopt.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/swizzle_block_test.cc | [] | [] |
| /src/grok/thirdparty/libz/test/fuzz/fuzzer_minigzip.c | ['thirdparty/libz/test/fuzz/fuzzer_minigzip.c'] | [] |
| /src/grok/src/include/taskflow/utility/traits.hpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/codestream/Profile.cpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/order.h | [] | [] |
| /src/grok/thirdparty/libtiff/archive/tools/bmp2tiff.c | [] | [] |
| /src/grok/src/include/spdlog/sinks/qt_sinks.h | [] | [] |
| /src/grok/src/include/taskflow/core/async.hpp | [] | [] |
| /src/grok/src/lib/core/stream/fetchers/FetchPathParser.h | [] | [] |
| /src/grok/src/lib/core/stream/fetchers/GSFetcher.h | [] | [] |
| /src/grok/thirdparty/libpng/powerpc/powerpc_init.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/widen_mul_test.cc | [] | [] |
| /src/grok/src/lib/core/highway/hwy/ops/wasm_256-inl.h | [] | [] |
| /src/grok/src/include/taskflow/utility/object_pool.hpp | [] | [] |
| /src/grok/src/include/taskflow/cuda/cuda_execution_policy.hpp | [] | [] |
| /src/grok/src/lib/core/stream/fetchers/ADLSFetcher.h | [] | [] |
| /src/grok/thirdparty/libpng/contrib/pngminus/pnm2png.c | [] | [] |
| /src/grok/thirdparty/libz/deflate_slow.c | [] | [] |
| /src/grok/thirdparty/libz/arch/arm/adler32_neon.c | [] | [] |
| /src/grok/thirdparty/libpng/pngget.c | ['thirdparty/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] | [] |
| /src/grok/thirdparty/libpng/example.c | [] | [] |
| /src/grok/src/lib/core/util/GrkImage.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/include/taskflow/cuda/cuda_optimizer.hpp | [] | [] |
| /src/grok/thirdparty/libpng/contrib/tools/pngfix.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/matvec/matvec-inl.h | [] | [] |
| /src/grok/src/lib/core/canvas/codeblock/CodeblockImpl.h | [] | [] |
| /src/grok/src/lib/core/stream/TPFetchSeq.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/include/taskflow/core/tsq.hpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/codestream/markers/PLMarker.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/plugin/plugin_interface.h | [] | [] |
| /src/grok/thirdparty/libz/compare256_rle.h | [] | [] |
| /src/grok/src/lib/core/point_transform/mct.cpp | [] | [] |
| /src/grok/src/include/spdlog/details/tcp_client-windows.h | [] | [] |
| /src/grok/src/lib/core/canvas/precinct/Precinct.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/highway/hwy/base.h | [] | [] |
| /src/grok/thirdparty/libtiff/tools/tiffset.c | [] | [] |
| /src/grok/src/include/taskflow/utility/small_vector.hpp | [] | [] |
| /src/grok/src/include/taskflow/cuda/cuda_graph_exec.hpp | [] | [] |
| /src/grok/thirdparty/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc | ['thirdparty/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc'] | [] |
| /src/grok/src/include/taskflow/algorithm/module.hpp | [] | [] |
| /src/grok/thirdparty/libz/arch/generic/crc32_braid_c.c | [] | [] |
| /src/grok/examples/core/core_decompress.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/t2/PacketParser.h | [] | [] |
| /src/grok/src/lib/codec/formats/IImageFormat.h | [] | [] |
| /src/grok/src/lib/core/t1/wavelet/WaveletReversePartial.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/tile_processor/PacketTracker.h | [] | [] |
| /src/grok/src/include/taskflow/algorithm/sort.hpp | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_c_lexer.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/ops/x86_128-inl.h | [] | [] |
| /src/grok/thirdparty/libpng/contrib/gregbook/writepng.c | [] | [] |
| /src/grok/thirdparty/libz/infback.c | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_version.c | [] | [] |
| /src/grok/thirdparty/libz/arch/power/power_features.c | [] | [] |
| /src/grok/thirdparty/libz/arch/s390/dfltcc_deflate.h | [] | [] |
| /src/grok/src/lib/core/grk_includes.h | [] | [] |
| /src/grok/src/include/spdlog/details/backtracer.h | [] | [] |
| /src/grok/src/lib/core/codestream/markers/MarkerParser.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/math/math-inl.h | [] | [] |
| /src/grok/thirdparty/libz/arch/generic/adler32_c.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/algo/find-inl.h | [] | [] |
| /src/grok/src/include/taskflow/utility/latch.hpp | [] | [] |
| /src/grok/thirdparty/libz/test/test_large_buffers.cc | [] | [] |
| /src/grok/thirdparty/libtiff/test/test_ifd_loop_detection.c | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_image_write.h | [] | [] |
| /src/grok/src/include/spdlog/fmt/bundled/xchar.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/include/taskflow/utility/serializer.hpp | [] | [] |
| /src/grok/src/lib/core/codestream/markers/PPMMarker.cpp | [] | [] |
| /src/grok/src/lib/core/t1/CoderFactory.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/libtiff/contrib/stream/tiffstream.h | [] | [] |
| /src/grok/thirdparty/libtiff/contrib/tags/maketif.c | [] | [] |
| /src/grok/src/lib/core/t2/RateControl.cpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/ops/shared-inl.h | [] | [] |
| /src/grok/thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/examples/thirdparty/stb/stb_connected_components.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/examples/skeleton.cc | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmscam02.c | [] | [] |
| /src/grok/src/lib/core/t1/part1/block_coder/mqcoder/mqc_dec_inl.h | [] | [] |
| /src/grok/src/lib/core/canvas/tile/Tile.h | [] | [] |
| /src/grok/src/include/taskflow/cuda/cuda_device.hpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/algo/find_test.cc | [] | [] |
| /src/grok/src/lib/core/codestream/decompress/CodeStreamDecompress.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/highway/hwy/bit_set_test.cc | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_dirinfo.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/src/include/spdlog/details/periodic_worker.h | [] | [] |
| /src/grok/src/lib/core/t1/part1/block_coder/BlockCoderEnc.cpp | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/libz/arch/generic/crc32_fold_c.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/targets.cc | [] | [] |
| /src/grok/src/lib/codec/apps/GrkCompress.h | [] | [] |
| /src/grok/thirdparty/libz/arch/s390/dfltcc_inflate.c | [] | [] |
| /src/grok/thirdparty/libz/arch/power/adler32_vmx.c | [] | [] |
| /src/grok/thirdparty/libz/test/test_aligned_alloc.cc | [] | [] |
| /src/grok/thirdparty/libtiff/contrib/tags/xtif_dir.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/bench_sort.cc | [] | [] |
| /src/grok/src/include/spdlog/fmt/bundled/base.h | ['thirdparty/libz/test/fuzz/fuzzer_minigzip.c', 'thirdparty/libz/test/fuzz/fuzzer_example_large.c', 'thirdparty/libz/test/fuzz/fuzzer_example_flush.c', 'thirdparty/libz/test/fuzz/fuzzer_example_dict.c', 'thirdparty/libz/test/fuzz/fuzzer_example_small.c', 'thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc', 'tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/highway/hwy/bit_set.h | [] | [] |
| /src/grok/src/lib/core/tile_processor/TileCache.h | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmsps2.c | [] | [] |
| /src/grok/src/include/taskflow/utility/uuid.hpp | ['thirdparty/libz/test/fuzz/fuzzer_minigzip.c', 'thirdparty/libz/test/fuzz/fuzzer_example_large.c', 'thirdparty/libz/test/fuzz/fuzzer_example_flush.c', 'thirdparty/libz/test/fuzz/fuzzer_example_dict.c', 'thirdparty/libz/test/fuzz/fuzzer_example_small.c', 'thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc', 'tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/stream/MappedFile.cpp | [] | [] |
| /src/grok/src/lib/core/util/GrkObjectWrapper.h | [] | [] |
| /src/grok/src/include/spdlog/sinks/stdout_color_sinks-inl.h | [] | [] |
| /src/grok/src/lib/codec/apps/GrkDump.cpp | [] | [] |
| /src/grok/thirdparty/libz/adler32.c | [] | [] |
| /src/grok/thirdparty/libpng/mips/filter_mmi_inline_assembly.c | [] | [] |
| /src/grok/thirdparty/libz/test/fuzz/fuzzer_compress.c | ['thirdparty/libz/test/fuzz/fuzzer_compress.c'] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/mask_combine_test.cc | [] | [] |
| /src/grok/src/lib/core/canvas/resolution/Resolution.h | [] | [] |
| /src/grok/src/lib/core/t1/part1/block_coder/mqcoder/mqc.cpp | [] | [] |
| /src/grok/thirdparty/libtiff/tools/tiffcmp.c | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_aux.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/thirdparty/libz/arch/power/slide_ppc_tpl.h | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tiffiop.h | [] | [] |
| /src/grok/thirdparty/libtiff/tools/fax2ps.c | [] | [] |
| /src/grok/thirdparty/libz/arch/arm/acle_intrins.h | [] | [] |
| /src/grok/src/include/taskflow/cuda/algorithm/scan.hpp | [] | [] |
| /src/grok/src/include/spdlog/sinks/wincolor_sink-inl.h | [] | [] |
| /src/grok/src/lib/core/t2/T2Compress.cpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/masked_minmax_test.cc | [] | [] |
| /src/grok/thirdparty/libz/test/test_compare256.cc | [] | [] |
| /src/grok/thirdparty/libtiff/tools/tiff2ps.c | ['thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | [] |
| /src/grok/thirdparty/liblcms2/src/cmsgmt.c | [] | [] |
| /src/grok/src/lib/core/util/simd.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/src/lib/core/t1/OJPH/PostDecodeFiltersOJPH.h | [] | [] |
| /src/grok/tests/GrkCompareRawFiles.cpp | [] | [] |
| /src/grok/src/include/spdlog/fmt/bin_to_hex.h | [] | [] |
| /src/grok/thirdparty/libz/deflate_quick.c | [] | [] |
| /src/grok/thirdparty/libz/test/benchmarks/benchmark_crc32.cc | [] | [] |
| /src/grok/thirdparty/libtiff/port/dummy.c | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmsgamma.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/minmax_magnitude_test.cc | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmsintrp.c | [] | [] |
| /src/grok/src/include/spdlog/logger.h | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/libz/arch/x86/adler32_ssse3_p.h | [] | [] |
| /src/grok/thirdparty/libtiff/tools/tiffgt.c | [] | [] |
| /src/grok/thirdparty/libpng/mips/filter_msa_intrinsics.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/timer.h | [] | [] |
| /src/grok/src/lib/core/codestream/CodeStream.cpp | [] | [] |
| /src/grok/thirdparty/libtiff/archive/tools/ycbcr.c | [] | [] |
| /src/grok/src/lib/codec/formats/TIFFFormat.cpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort_i64d.cc | [] | [] |
| /src/grok/thirdparty/libtiff/contrib/pds/tif_imageiter.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/test_util.cc | [] | [] |
| /src/grok/thirdparty/libz/insert_string_tpl.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort_u16a.cc | [] | [] |
| /src/grok/src/lib/core/tile_processor/TileProcessorCompress.cpp | [] | [] |
| /src/grok/thirdparty/libtiff/libtiff/tif_extension.c | [] | [] |
| /src/grok/thirdparty/libpng/contrib/tools/pngcp.c | [] | [] |
| /src/grok/src/lib/core/debug/debug_context.cpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/vqsort_u64d.cc | [] | [] |
| /src/grok/thirdparty/libz/crc32_braid_comb_p.h | [] | [] |
| /src/grok/thirdparty/liblcms2/src/cmssamp.c | [] | [] |
| /src/grok/src/lib/core/plugin/minpf_dynamic_library.cpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/math/math_test.cc | [] | [] |
| /src/grok/thirdparty/libpng/contrib/libtests/pngstest.c | [] | [] |
| /src/grok/src/include/spdlog/sinks/daily_file_sink.h | [] | [] |
| /src/grok/src/lib/core/util/SimpleXmlParser.h | [] | [] |
| /src/grok/thirdparty/libtiff/test/raw_decode.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/count_test.cc | [] | [] |
| /src/grok/examples/core/core_compress.cpp | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/blockwise_test.cc | [] | [] |
| /src/grok/src/lib/core/util/SparseCache.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/sort_test.cc | [] | [] |
| /src/grok/src/lib/codec/formats/PNGFormat.h | [] | [] |
| /src/grok/src/lib/core/t1/wavelet/WaveletReverse.h | [] | [] |
| /src/grok/src/lib/core/stream/fetchers/FetchCommon.h | [] | [] |
| /src/grok/src/lib/core/scheduling/CodecScheduler.h | [] | [] |
| /src/grok/thirdparty/libz/arch/power/crc32_power8.c | [] | [] |
| /src/grok/src/lib/core/highway/hwy/ops/x86_avx3-inl.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/ops/arm_sve-inl.h | [] | [] |
| /src/grok/thirdparty/libpng/contrib/libtests/pngunknown.c | ['tests/fuzzers/grk_decompress_fuzzer.cpp'] | [] |
| /src/grok/thirdparty/libpng/contrib/pngminus/png2pnm.c | [] | [] |
| /src/grok/src/lib/core/codestream/decompress/CodeStreamDecompress_Dump.cpp | [] | [] |
| /src/grok/examples/thirdparty/stb/stb_image_resize2.h | [] | [] |
| /src/grok/src/lib/core/highway/hwy/tests/combine_test.cc | [] | [] |
| /src/grok/thirdparty/libpng/pngwrite.c | [] | [] |
| /src/grok/src/include/taskflow/algorithm/transform.hpp | [] | [] |
| Directory |
|---|
| /src/grok/src/lib/core/t1/part1/ |
| /src/grok/thirdparty/libtiff/contrib/dbs/xtiff/ |
| /src/grok/thirdparty/libz/arch/x86/ |
| /src/grok/src/lib/core/codestream/ |
| /src/grok/src/lib/core/t1/part1/block_coder/ |
| /src/grok/src/lib/core/highway/hwy/ops/ |
| /src/grok/src/lib/core/highway/hwy/contrib/thread_pool/ |
| /src/grok/thirdparty/libpng/contrib/powerpc-vsx/ |
| /src/grok/src/lib/core/point_transform/ |
| /src/grok/thirdparty/libz/arch/power/ |
| /src/grok/thirdparty/libpng/contrib/oss-fuzz/ |
| /src/grok/src/lib/core/t2/ |
| /src/grok/thirdparty/libpng/contrib/visupng/ |
| /src/grok/src/lib/core/codestream/compress/ |
| /src/grok/thirdparty/libz/arch/riscv/ |
| /src/grok/thirdparty/libpng/intel/ |
| /src/grok/thirdparty/libpng/contrib/gregbook/ |
| /src/grok/src/lib/core/t1/OJPH/coding/ |
| /src/grok/src/lib/core/t1/OJPH/others/ |
| /src/grok/thirdparty/libtiff/contrib/addtiffo/ |
| /src/grok/examples/thirdparty/stb/ |
| /src/grok/src/lib/core/canvas/subband/ |
| /src/grok/src/lib/core/t1/OJPH/common/ |
| /src/grok/src/lib/core/highway/hwy/contrib/algo/ |
| /src/grok/src/lib/codec/formats/ |
| /src/grok/thirdparty/libz/arch/generic/ |
| /src/grok/thirdparty/libtiff/libtiff/ |
| /src/grok/src/include/taskflow/utility/ |
| /src/grok/thirdparty/libpng/contrib/mips-msa/ |
| /src/grok/src/include/taskflow/dsl/ |
| /src/grok/src/lib/core/codestream/markers/ |
| /src/grok/thirdparty/libpng/contrib/libtests/ |
| /src/grok/src/lib/core/scheduling/whole_tile/flow/ |
| /src/grok/src/lib/core/highway/hwy/contrib/random/ |
| /src/grok/src/lib/core/codestream/decompress/ |
| /src/grok/thirdparty/libtiff/contrib/stream/ |
| /src/grok/src/lib/core/highway/hwy/contrib/dot/ |
| /src/grok/src/lib/core/canvas/tile/ |
| /src/grok/tests/ |
| /src/grok/src/lib/core/highway/hwy/tests/ |
| /src/grok/src/include/taskflow/cuda/algorithm/ |
| /src/grok/src/lib/core/fileformat/decompress/ |
| /src/grok/src/lib/core/canvas/ |
| /src/grok/thirdparty/libpng/contrib/examples/ |
| /src/grok/tests/fuzzers/ |
| /src/grok/thirdparty/libz/ |
| /src/grok/thirdparty/liblcms2/src/ |
| /src/grok/thirdparty/libz/test/fuzz/ |
| /src/grok/src/lib/core/stream/ |
| /src/grok/src/lib/core/tile_processor/ |
| /src/grok/examples/codec/ |
| /src/grok/src/lib/core/canvas/resolution/ |
| /src/grok/src/lib/core/plugin/ |
| /src/grok/src/lib/core/ |
| /src/grok/thirdparty/libpng/ |
| /src/grok/src/lib/core/debug/ |
| /src/grok/src/lib/core/scheduling/window/ |
| /src/grok/src/lib/core/highway/hwy/contrib/bit_pack/ |
| /src/grok/thirdparty/libz/arch/arm/ |
| /src/grok/thirdparty/libpng/contrib/pngminus/ |
| /src/grok/thirdparty/libz/test/benchmarks/ |
| /src/grok/thirdparty/libtiff/contrib/tags/ |
| /src/grok/src/lib/core/highway/hwy/contrib/image/ |
| /src/grok/src/include/spdlog/sinks/ |
| /src/grok/src/lib/core/t1/OJPH/ |
| /src/grok/src/lib/core/util/ |
| /src/grok/src/lib/codec/formats/fileio/ |
| /src/grok/thirdparty/libpng/contrib/tools/ |
| /src/grok/thirdparty/libtiff/contrib/ras/ |
| /src/grok/examples/core/ |
| /src/grok/src/include/taskflow/sycl/algorithm/ |
| /src/grok/thirdparty/libtiff/contrib/mfs/ |
| /src/grok/thirdparty/libpng/contrib/arm-neon/ |
| /src/grok/src/lib/core/t1/wavelet/ |
| /src/grok/src/lib/codec/common/spdlog/ |
| /src/grok/src/lib/core/fileformat/compress/ |
| /src/grok/thirdparty/libtiff/test/ |
| /src/grok/src/lib/core/highway/hwy/ |
| /src/grok/thirdparty/libpng/arm/ |
| /src/grok/thirdparty/libtiff/tools/ |
| /src/grok/src/lib/codec/apps/ |
| /src/grok/thirdparty/libpng/contrib/mips-mmi/ |
| /src/grok/src/include/spdlog/ |
| /src/grok/thirdparty/libpng/loongarch/ |
| /src/grok/thirdparty/libtiff/archive/tools/ |
| /src/grok/src/include/spdlog/fmt/bundled/ |
| /src/grok/thirdparty/libtiff/contrib/pds/ |
| /src/grok/thirdparty/libtiff/contrib/iptcutil/ |
| /src/grok/src/include/taskflow/ |
| /src/grok/src/include/spdlog/details/ |
| /src/grok/src/lib/core/highway/hwy/examples/ |
| /src/grok/thirdparty/libz/arch/s390/ |
| /src/grok/src/lib/codec/ |
| /src/grok/thirdparty/libtiff/contrib/oss-fuzz/ |
| /src/grok/src/include/taskflow/cuda/ |
| /src/grok/src/lib/core/scheduling/ |
| /src/grok/src/lib/core/t1/ |
| /src/grok/src/include/taskflow/core/ |
| /src/grok/src/lib/core/highway/hwy/contrib/sort/ |
| /src/grok/src/lib/core/canvas/precinct/ |
| /src/grok/src/include/taskflow/algorithm/ |
| /src/grok/thirdparty/libpng/scripts/ |
| /src/grok/thirdparty/libz/tools/ |
| /src/grok/src/include/spdlog/fmt/ |
| /src/grok/thirdparty/liblcms2/include/ |
| /src/grok/src/lib/core/fileformat/ |
| /src/grok/thirdparty/libtiff/port/ |
| /src/grok/src/lib/core/t1/part1/block_coder/mqcoder/ |
| /src/grok/thirdparty/libpng/mips/ |
| /src/grok/thirdparty/libtiff/contrib/win_dib/ |
| /src/grok/src/lib/core/canvas/codeblock/ |
| /src/grok/src/lib/codec/common/ |
| /src/grok/thirdparty/libz/test/ |
| /src/grok/src/lib/core/highway/hwy/contrib/math/ |
| /src/grok/src/lib/core/stream/fetchers/ |
| /src/grok/src/lib/core/highway/hwy/contrib/unroller/ |
| /src/grok/src/include/spdlog/cfg/ |
| /src/grok/src/include/taskflow/sycl/ |
| /src/grok/src/lib/core/scheduling/whole_tile/ |
| /src/grok/src/lib/core/highway/hwy/contrib/matvec/ |
| /src/grok/thirdparty/libpng/powerpc/ |
This section shows a list of 3rd party function calls and their relative coverage information. By static analysis of the target project code, all of the 3rd party function call and their caller information, including the source file and line number that initiate the call are captured. The caller source code file and line number are shown in column 2 while column 1 is the function name of the 3rd party function call. Each occurrent of the 3rd party function call will occuply a separate row. Column 3 of each row indicate if the 3rd party call in the source file line is unreachable. Column 4 lists all fuzzers that have covered that particular system call in that specific location (source file and line)during their dynamic fuzzing.
| Target sink | Callsite location | Reached by fuzzer | Covered by Fuzzers |
|---|
This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.
This section contains multiple tables, each table contains a list of sink functions/methods found in the project for one of the CWE supported by the sink analyser, together with information like which fuzzers statically reach the sink functions/methods and possible call path to that sink functions/methods if it is not statically reached by any fuzzers. Column 1 is the function/method name of the sink functions/methods found in the project. Column 2 lists all fuzzers (or no fuzzers at all) that have covered that particular function method statically. Column 3 shows a list of possible call paths to reach the specific function/method call if none of the fuzzers cover the target function/method calls. Lastly, column 4 shows possible fuzzer blockers that prevent an existing fuzzer from reaching the target sink functions/methods dynamically.
| Target sink | Reached by fuzzer | Function call path | Possible branch blockers | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| malloc | ['/src/grok/thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_compress.c'] | N/A |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| realloc | ['/src/grok/thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc'] | N/A |
|
| Target sink | Reached by fuzzer | Function call path | Possible branch blockers | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| c_str | [] |
Path 1
Path 2 |
N/A | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| free | ['/src/grok/thirdparty/libz/test/fuzz/fuzzer_example_flush.c', '/src/grok/thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_compress.c', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_example_large.c', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_example_dict.c', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_example_small.c'] | N/A |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| get | ['/src/grok/tests/fuzzers/grk_decompress_fuzzer.cpp', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_example_flush.c', '/src/grok/thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_minigzip.c', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_example_large.c', '/src/grok/thirdparty/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_example_dict.c', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_example_small.c'] | N/A |
|
| Target sink | Reached by fuzzer | Function call path | Possible branch blockers | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| get | ['/src/grok/tests/fuzzers/grk_decompress_fuzzer.cpp', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_example_flush.c', '/src/grok/thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_minigzip.c', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_example_large.c', '/src/grok/thirdparty/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_example_dict.c', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_example_small.c'] | N/A |
|
| Target sink | Reached by fuzzer | Function call path | Possible branch blockers | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| write | [] |
Path 1
Path 2 |
N/A | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| copy | ['/src/grok/tests/fuzzers/grk_decompress_fuzzer.cpp', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_example_flush.c', '/src/grok/thirdparty/libtiff/contrib/oss-fuzz/tiff_read_rgba_fuzzer.cc', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_minigzip.c', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_example_large.c', '/src/grok/thirdparty/libpng/contrib/oss-fuzz/libpng_read_fuzzer.cc', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_example_dict.c', '/src/grok/thirdparty/libz/test/fuzz/fuzzer_example_small.c'] | N/A |
|