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 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
ggml_backend_vk_graph_compute
|
/src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp | 2 | ['ggml_backend_t', 'ggml_cgraph*'] | 21 | 0 | 293 | 49 | 90 | 1721 | 0 | 5564 | 5406 |
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
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 ggml_backend_vk_graph_compute */
UNKNOWN_TYPE unknown_0;
UNKNOWN_TYPE unknown_1;
ggml_backend_vk_graph_compute(unknown_0, unknown_1);
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/llama.cpp/ggml/src/ggml-cpu/spacemit/ime1_kernels.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/conformer.cpp | [] | [] |
| /src/llama.cpp/src/models/orion.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/sycl_hw.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/ggml-sycl.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/src/models/openelm.cpp | [] | [] |
| /src/llama.cpp/src/models/llada.cpp | [] | [] |
| /src/llama.cpp/tools/server/server-http.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/matmul-ops.c | [] | [] |
| /src/llama.cpp/vendor/cpp-httplib/httplib.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/common/llguidance.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/im2col.cpp | [] | [] |
| /src/llama.cpp/src/models/exaone4.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/conv.cpp | [] | [] |
| /src/llama.cpp/src/models/laguna.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/utils.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/im2col-ops.c | [] | [] |
| /src/llama.cpp/src/llama-sampler.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-vulkan/ggml-vulkan.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/gated_delta_net_f32.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/softmax.cpp | [] | [] |
| /src/llama.cpp/src/models/seed-oss.cpp | [] | [] |
| /src/llama.cpp/src/llama-model.h | [] | [] |
| /src/llama.cpp/src/models/falcon.cpp | [] | [] |
| /src/llama.cpp/src/llama-kv-cache-dsa.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/ggml-et-ops.h | [] | [] |
| /src/llama.cpp/src/models/dots1.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hex-bitmap.h | [] | [] |
| /src/llama.cpp/tests/test-chat-peg-parser.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/simd-mappings.h | [] | [] |
| /src/llama.cpp/examples/gguf/gguf.cpp | [] | [] |
| /src/llama.cpp/tools/server/server.cpp | [] | [] |
| /src/llama.cpp/src/models/phi2.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer-type.cpp | [] | [] |
| /src/llama.cpp/tests/gguf-model-data.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-cann/acl_tensor.h | [] | [] |
| /src/llama.cpp/src/models/olmo2.cpp | [] | [] |
| /src/llama.cpp/src/models/olmo.cpp | [] | [] |
| /src/llama.cpp/tools/server/server-task.h | [] | [] |
| /src/llama.cpp/common/trie.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/backend/backend.cpp | [] | [] |
| /src/llama.cpp/tools/parser/debug-template-parser.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/mulmat.cpp | [] | [] |
| /src/llama.cpp/tests/test-backend-sampler.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hmx-mm-kernels-tiled.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/spacemit/ime2_kernels.cpp | [] | [] |
| /src/llama.cpp/src/models/falcon-h1.cpp | [] | [] |
| /src/llama.cpp/ggml/include/ggml.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/htp-tensor.c | [] | [] |
| /src/llama.cpp/src/llama-cparams.cpp | [] | [] |
| /src/llama.cpp/src/models/codeshell.cpp | [] | [] |
| /src/llama.cpp/src/llama-vocab.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/llamafile/sgemm.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/ggml-openvino.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/input_model.cpp | [] | [] |
| /src/llama.cpp/examples/lookahead/lookahead.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/transpose.cpp | [] | [] |
| /src/llama.cpp/tests/test-col2im-1d.cpp | [] | [] |
| /src/llama.cpp/src/models/dream.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/mtmd-audio.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/src/llama-model-loader.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/src/llama-kv-cache-dsv4.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/vecdotq.hpp | [] | [] |
| /src/llama.cpp/src/models/dbrx.cpp | [] | [] |
| /src/llama.cpp/src/models/qwen3next.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/tsembd.cpp | [] | [] |
| /src/llama.cpp/src/llama-grammar.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/src/models/llama.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/mul_mat_id.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-copy.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/unary-ops.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hmx-utils.h | [] | [] |
| /src/llama.cpp/src/models/rnd1.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/pixtral.cpp | [] | [] |
| /src/llama.cpp/tools/cli/cli-ui.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/add_id.cpp | [] | [] |
| /src/llama.cpp/src/llama-graph.cpp | ['fuzzers/fuzz_inference.cpp'] | [] |
| /src/llama.cpp/src/models/rwkv6qwen2.cpp | [] | [] |
| /src/llama.cpp/src/models/cohere2moe.cpp | [] | [] |
| /src/llama.cpp/src/models/mamba2.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/s390/cpu-feats.cpp | [] | [] |
| /src/llama.cpp/common/unicode.h | [] | [] |
| /src/llama.cpp/common/ngram-cache.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/tools/server/server-queue.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-webgpu/pre_wgsl.hpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/fattn-buffers.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/gated-delta-net-ops.c | [] | [] |
| /src/llama.cpp/src/models/gemma3.cpp | [] | [] |
| /src/llama.cpp/tests/test-sampling.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/tools/results/results.cpp | [] | [] |
| /src/llama.cpp/tools/cli/cli-client.cpp | [] | [] |
| /src/llama.cpp/src/models/llada-moe.cpp | [] | [] |
| /src/llama.cpp/tools/cli/cli-server.h | [] | [] |
| /src/llama.cpp/common/imatrix-loader.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-mm-kernels-flat.h | [] | [] |
| /src/llama.cpp/ggml/include/ggml-cpp.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/fattn.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-floor.h | [] | [] |
| /src/llama.cpp/tools/server/server-chat.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/gated_delta_net.hpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/pad-ops.c | [] | [] |
| /src/llama.cpp/src/models/hunyuan-vl.cpp | [] | [] |
| /src/llama.cpp/src/llama-impl.cpp | [] | [] |
| /src/llama.cpp/src/models/starcoder2.cpp | [] | [] |
| /src/llama.cpp/common/chat.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml.c | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-utils.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/binary-ops.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/ggml_tensor.h | [] | [] |
| /src/llama.cpp/src/llama-grammar.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cann/common.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/work-queue.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/common.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/glu_geglu.cpp | [] | [] |
| /src/llama.cpp/src/models/phimoe.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/ssm_conv.cpp | [] | [] |
| /src/llama.cpp/common/jinja/parser.cpp | [] | [] |
| /src/llama.cpp/common/chat-auto-parser-helpers.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/amx/amx.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/mean_f32.c | [] | [] |
| /src/llama.cpp/src/llama-mmap.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/src/models/gemma4-assistant.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-opencl/cl-program-cache.cpp | [] | [] |
| /src/llama.cpp/common/jinja/lexer.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/kimik25.cpp | [] | [] |
| /src/llama.cpp/src/models/rwkv6.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/youtuvl.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/backend/shared/apir_cs_ggml.h | [] | [] |
| /src/llama.cpp/src/models/llama4.cpp | [] | [] |
| /src/llama.cpp/src/models/nemotron-h-moe.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-sigmoid.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/fattn-mkl.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/convert.cpp | [] | [] |
| /src/llama.cpp/src/models/plamo.cpp | [] | [] |
| /src/llama.cpp/tests/test-backend-ops.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/src/models/t5encoder.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/spacemit/repack.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hex-profile.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/conv_2d_f32_me.c | [] | [] |
| /src/llama.cpp/tests/test-batch-alloc.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/tools/mtmd/mtmd-helper.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/granite-speech.cpp | [] | [] |
| /src/llama.cpp/vendor/nlohmann/json_fwd.hpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/flash-attn-ops.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/conv2d-transpose.cpp | [] | [] |
| /src/llama.cpp/src/models/mimo2.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cuda/vendors/hip.h | [] | [] |
| /src/llama.cpp/src/llama-kv-cache-iswa.h | [] | [] |
| /src/llama.cpp/src/models/arwkv7.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/mtmd.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/common/sampling.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/src/models/xverse.cpp | [] | [] |
| /src/llama.cpp/src/models/step35.cpp | [] | [] |
| /src/llama.cpp/common/peg-parser.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/set_rows_f32.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/common.hpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/src/models/gemma4.cpp | [] | [] |
| /src/llama.cpp/fuzzers/fuzz_structured.cpp | ['fuzzers/fuzz_structured.cpp'] | [] |
| /src/llama.cpp/common/common.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/src/llama-adapter.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/tri_f32.c | [] | [] |
| /src/llama.cpp/tools/tokenize/tokenize.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/set_rows.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-webgpu/ggml-webgpu.cpp | [] | [] |
| /src/llama.cpp/common/download.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-utils.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-norm.h | [] | [] |
| /src/llama.cpp/common/jinja/utils.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hex-dump.h | [] | [] |
| /src/llama.cpp/src/models/jais2.cpp | [] | [] |
| /src/llama.cpp/tests/test-double-float.cpp | [] | [] |
| /src/llama.cpp/tools/server/server-models.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-reduce.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/ggml-decoder.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/wkv.cpp | [] | [] |
| /src/llama.cpp/src/llama-memory-recurrent.cpp | [] | [] |
| /src/llama.cpp/src/models/nomic-bert-moe.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/rope.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/arm/cpu-feats.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hmx-queue.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/ggml-backend-reg.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/dotsocr.cpp | [] | [] |
| /src/llama.cpp/fuzzers/fuzz_structurally_created.cpp | ['fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/clamp.cpp | [] | [] |
| /src/llama.cpp/src/llama-model-loader.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/set.cpp | [] | [] |
| /src/llama.cpp/src/models/minimax-m2.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/x86/repack.cpp | [] | [] |
| /src/llama.cpp/src/llama-memory.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op_table.h | [] | [] |
| /src/llama.cpp/src/llama-hparams.cpp | ['fuzzers/fuzz_inference.cpp'] | [] |
| /src/llama.cpp/tools/mtmd/models/gemma4v.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/cpy-ops.c | [] | [] |
| /src/llama.cpp/tools/mtmd/models/kimivl.cpp | [] | [] |
| /src/llama.cpp/src/models/models.h | [] | [] |
| /src/llama.cpp/common/jinja/runtime.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-forward-buffer-type.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/backend/backend-dispatched-device.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/backend/backend-dispatched-backend.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/pad_f32.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/ggml-et-cpu-compare.cpp | [] | [] |
| /src/llama.cpp/src/models/qwen35moe.cpp | [] | [] |
| /src/llama.cpp/src/models/gemma-embedding.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/upscale.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-exp.h | [] | [] |
| /src/llama.cpp/src/llama-memory-hybrid.cpp | [] | [] |
| /src/llama.cpp/common/hf-cache.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/src/llama-impl.h | [] | [] |
| /src/llama.cpp/src/models/exaone-moe.cpp | [] | [] |
| /src/llama.cpp/common/jinja/string.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/fill.cpp | [] | [] |
| /src/llama.cpp/src/models/starcoder.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/nemotron-v2-vl.cpp | [] | [] |
| /src/llama.cpp/src/models/grok.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/spacemit/ime.cpp | [] | [] |
| /src/llama.cpp/src/models/bailingmoe.cpp | [] | [] |
| /src/llama.cpp/tools/export-lora/export-lora.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/src/models/granite-moe.cpp | [] | [] |
| /src/llama.cpp/src/models/maincoder.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-zdnn/mmf.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/flash_attn_ext_f32.c | [] | [] |
| /src/llama.cpp/common/log.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-rpc/ggml-rpc.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/getrows.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/flash-attn-ops.h | [] | [] |
| /src/llama.cpp/vendor/cpp-httplib/httplib.h | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/examples/parallel/parallel.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/pad_reflect_1d.cpp | [] | [] |
| /src/llama.cpp/tools/server/server-tools.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/src/models/plamo3.cpp | [] | [] |
| /src/llama.cpp/src/models/qwen3.cpp | [] | [] |
| /src/llama.cpp/src/models/hy-v3.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/amx/common.h | [] | [] |
| /src/llama.cpp/tools/cvector-generator/mean.hpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/spacemit/ime_env.cpp | [] | [] |
| /src/llama.cpp/src/models/internlm2.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/pad.cpp | [] | [] |
| /src/llama.cpp/src/models/qwen2.cpp | [] | [] |
| /src/llama.cpp/src/models/jamba.cpp | [] | [] |
| /src/llama.cpp/common/jinja/parser.h | [] | [] |
| /src/llama.cpp/tools/mtmd/models/step3vl.cpp | [] | [] |
| /src/llama.cpp/tools/cli/cli-context.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/src/llama-arch.cpp | [] | [] |
| /src/llama.cpp/src/models/bloom.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/traits.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cann/aclnn_ops.cpp | [] | [] |
| /src/llama.cpp/src/models/smollm3.cpp | [] | [] |
| /src/llama.cpp/tests/test-chat.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/src/llama-memory.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/x86/cpu-feats.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/ggml-quants.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/quantize.hpp | [] | [] |
| /src/llama.cpp/src/models/plm.cpp | [] | [] |
| /src/llama.cpp/src/models/qwen2moe.cpp | [] | [] |
| /src/llama.cpp/tests/peg-parser/test-python-dict-parser.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/main.c | [] | [] |
| /src/llama.cpp/tests/peg-parser/simple-tokenize.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_grammar.cpp'] | [] |
| /src/llama.cpp/tools/cvector-generator/cvector-generator.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp-opnode.h | ['fuzzers/fuzz_inference.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/vec.cpp | [] | [] |
| /src/llama.cpp/include/llama-cpp.h | [] | [] |
| /src/llama.cpp/examples/retrieval/retrieval.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/pass/squeeze_matmul.cpp | [] | [] |
| /src/llama.cpp/fuzzers/fuzz_apply_template.cpp | ['fuzzers/fuzz_apply_template.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/col2im-1d.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/mmq.cpp | [] | [] |
| /src/llama.cpp/common/chat-diff-analyzer.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/riscv/cpu-feats.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/granite4-vision.cpp | [] | [] |
| /src/llama.cpp/common/trie.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-fa-kernels.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/backend/shared/apir_backend.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/fusion.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/mtmd-image.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/norm.cpp | [] | [] |
| /src/llama.cpp/tools/completion/completion.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/topk-moe.cpp | [] | [] |
| /src/llama.cpp/tests/test-alloc.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/tests/peg-parser/test-basic.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/flash_attn_ext.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/rms_norm.cpp | [] | [] |
| /src/llama.cpp/tools/server/server-tools.h | [] | [] |
| /src/llama.cpp/src/models/hunyuan-dense.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/qwen3a.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/glm4v.cpp | [] | [] |
| /src/llama.cpp/src/models/granite-hybrid.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-shm.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-inverse.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-zendnn/ggml-zendnn.cpp | [] | [] |
| /src/llama.cpp/src/models/refact.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/models.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/backend/shared/apir_cs.h | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/get-rows-ops.c | [] | [] |
| /src/llama.cpp/tools/mtmd/models/deepseekocr2.cpp | [] | [] |
| /src/llama.cpp/src/llama-kv-cache-dsv4.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-repl.h | [] | [] |
| /src/llama.cpp/tools/mtmd/models/qwen3vl.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/common.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/set-rows-ops.c | [] | [] |
| /src/llama.cpp/src/models/llama-embed.cpp | [] | [] |
| /src/llama.cpp/src/models/olmoe.cpp | [] | [] |
| /src/llama.cpp/common/console.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/cumsum-ops.c | [] | [] |
| /src/llama.cpp/common/speculative.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/cumsum.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-forward-device.cpp | [] | [] |
| /src/llama.cpp/tests/test-json-schema-to-grammar.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/ggml-quants.cpp | [] | [] |
| /src/llama.cpp/src/models/deepseek4.cpp | [] | [] |
| /src/llama.cpp/src/models/gemma2.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/element_wise.hpp | [] | [] |
| /src/llama.cpp/tests/test-save-load-state.cpp | [] | [] |
| /src/llama.cpp/src/llama.cpp | ['fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/src/models/glm4-moe.cpp | [] | [] |
| /src/llama.cpp/common/chat.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/softmax_f32.c | [] | [] |
| /src/llama.cpp/src/models/lfm2.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/debug/mtmd-debug.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/view.cpp | [] | [] |
| /src/llama.cpp/src/models/jina-bert-v2.cpp | [] | [] |
| /src/llama.cpp/tests/peg-parser/test-gbnf-generation.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-backend-reg.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-forward-buffer.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/loongarch/quants.c | [] | [] |
| /src/llama.cpp/examples/gguf-hash/deps/rotate-bits/rotate-bits.h | [] | [] |
| /src/llama.cpp/src/llama-memory-hybrid.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/pass/fuse_to_sdpa.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-opencl/fa_tune.h | [] | [] |
| /src/llama.cpp/tools/server/server-stream.h | [] | [] |
| /src/llama.cpp/src/models/command-r.cpp | [] | [] |
| /src/llama.cpp/src/models/stablelm.cpp | [] | [] |
| /src/llama.cpp/src/models/deci.cpp | [] | [] |
| /src/llama.cpp/tests/test-grammar-llguidance.cpp | [] | [] |
| /src/llama.cpp/tests/peg-parser/test-unicode.cpp | [] | [] |
| /src/llama.cpp/fuzzers/fuzz_load_model.cpp | ['fuzzers/fuzz_load_model.cpp'] | [] |
| /src/llama.cpp/common/ngram-map.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/mimovl.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-scale.h | [] | [] |
| /src/llama.cpp/common/chat-auto-parser.h | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/norm.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/cross_entropy_loss.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/gated_delta_net.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/fattn-tile.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/sum_rows.cpp | [] | [] |
| /src/llama.cpp/tools/parser/template-analysis.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/work-queue.c | [] | [] |
| /src/llama.cpp/tools/mtmd/models/hunyuanvl.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/get_rows.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/permute.cpp | [] | [] |
| /src/llama.cpp/tests/test-recurrent-state-rollback.cpp | [] | [] |
| /src/llama.cpp/src/llama-kv-cache-iswa.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hex-common.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/concat.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/mtmd-helper.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/repeat-ops.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/math_fp.h | [] | [] |
| /src/llama.cpp/src/models/glm-dsa.cpp | [] | [] |
| /src/llama.cpp/tools/gguf-split/gguf-split.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/tests/test-chat-auto-parser.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/argsort-ops.c | [] | [] |
| /src/llama.cpp/examples/diffusion/diffusion.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cann/ggml-cann.cpp | [] | [] |
| /src/llama.cpp/fuzzers/fuzz_tokenizer.cpp | ['fuzzers/fuzz_tokenizer.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/htp-vtcm.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cann/aclnn_ops.h | [] | [] |
| /src/llama.cpp/src/llama-batch.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/pocs/vdot/q8dot.cpp | [] | [] |
| /src/llama.cpp/tools/batched-bench/batched-bench.cpp | [] | [] |
| /src/llama.cpp/tests/peg-parser/test-json-serialization.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/gemma4a.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/dmmv.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/glu_f32.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-log.h | [] | [] |
| /src/llama.cpp/tests/test-rope.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/mul_mat_f16_matrix_engine.c | [] | [] |
| /src/llama.cpp/src/llama-memory-hybrid-iswa.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/convert.hpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/apir_cs_ggml-rpc-front.cpp | [] | [] |
| /src/llama.cpp/src/models/bert.cpp | [] | [] |
| /src/llama.cpp/tools/perplexity/perplexity.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/common/json-schema-to-grammar.h | [] | [] |
| /src/llama.cpp/vendor/miniaudio/miniaudio.h | [] | [] |
| /src/llama.cpp/examples/eval-callback/eval-callback.cpp | [] | [] |
| /src/llama.cpp/tests/test-export-graph-ops.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/unary_softplus.cpp | [] | [] |
| /src/llama.cpp/vendor/nlohmann/json.hpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/backend/apir_cs_ggml-rpc-back.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/type.hpp | [] | [] |
| /src/llama.cpp/src/models/phi3.cpp | [] | [] |
| /src/llama.cpp/src/models/arcee.cpp | [] | [] |
| /src/llama.cpp/src/models/paddleocr.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/ssm_scan_f32.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/ggml-openvino-extra.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/node_context.h | [] | [] |
| /src/llama.cpp/tools/mtmd/mtmd.h | [] | [] |
| /src/llama.cpp/examples/gguf-hash/deps/sha256/sha256.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/div.cpp | [] | [] |
| /src/llama.cpp/src/models/qwen3vlmoe.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/fattn-vec.hpp | [] | [] |
| /src/llama.cpp/tests/test-reasoning-budget.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/backend/backend-dispatched.cpp | [] | [] |
| /src/llama.cpp/tools/llama-bench/llama-bench.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/tools/server/server-cors-proxy.h | [] | [] |
| /src/llama.cpp/tools/cvector-generator/pca.hpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-arith.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/ggml-backend-device.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/pad.cpp | [] | [] |
| /src/llama.cpp/common/download.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/src/models/grovemoe.cpp | [] | [] |
| /src/llama.cpp/src/models/mamba.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-zdnn/utils.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/cpy.cpp | [] | [] |
| /src/llama.cpp/tests/test-gbnf-validator.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-threading.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/tools/mtmd/mtmd-image.h | [] | [] |
| /src/llama.cpp/src/models/qwen3moe.cpp | [] | [] |
| /src/llama.cpp/tests/test-quant-type-selection.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-dump.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hmx-queue.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/simd-gemm.h | [] | [] |
| /src/llama.cpp/src/models/gemma3n.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/x86/quants.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/amx/mmq.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/element_wise.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/src/models/granite.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/add-id.cpp | [] | [] |
| /src/llama.cpp/common/sampling.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hex-utils.h | [] | [] |
| /src/llama.cpp/src/llama-graph.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/repack.cpp | [] | [] |
| /src/llama.cpp/src/models/minicpm3.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/llava.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/mtmd-cli.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/scale.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/kleidiai/kernels.cpp | [] | [] |
| /src/llama.cpp/examples/llama.android/lib/src/main/cpp/logging.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/matmul-ops.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/set_rows.cpp | [] | [] |
| /src/llama.cpp/src/llama-model-saver.cpp | [] | [] |
| /src/llama.cpp/src/llama-kv-cache.cpp | [] | [] |
| /src/llama.cpp/examples/embedding/embedding.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/act-ops.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/fill-ops.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-pow.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/translate_session.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-metal/ggml-metal-ops.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/spacemit/spine_mem_pool.cpp | [] | [] |
| /src/llama.cpp/src/models/nanbeige.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/htp-tensor.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/softmax-ops.c | [] | [] |
| /src/llama.cpp/tests/test-llama-archs.cpp | [] | [] |
| /src/llama.cpp/src/models/jina-bert-v3.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-opencl/ggml-opencl.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/mtmd-audio.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hex-fastdiv.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cann/acl_tensor.cpp | [] | [] |
| /src/llama.cpp/common/jinja/value.h | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-blas/ggml-blas.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-metal/ggml-metal.cpp | [] | [] |
| /src/llama.cpp/src/models/rwkv7-base.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/ggml-et.cpp | [] | [] |
| /src/llama.cpp/src/models/qwen.cpp | [] | [] |
| /src/llama.cpp/src/models/deepseek2.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/cogvlm.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/ssm_conv.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/backend/backend-convert.h | [] | [] |
| /src/llama.cpp/app/llama.cpp | [] | [] |
| /src/llama.cpp/src/models/pangu-embed.cpp | [] | [] |
| /src/llama.cpp/src/llama-mmap.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/im2col.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/vulkan-shaders-gen.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/deepseekocr.cpp | [] | [] |
| /src/llama.cpp/ggml/src/gguf.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/conv2d.cpp | [] | [] |
| /src/llama.cpp/common/debug.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/rt_info/weightless_caching_attributes.hpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/parakeet.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/paddleocr.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/clip-graph.h | [] | [] |
| /src/llama.cpp/examples/deprecation-warning/deprecation-warning.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/rope-ops.c | [] | [] |
| /src/llama.cpp/src/models/qwen2vl.cpp | [] | [] |
| /src/llama.cpp/src/models/dflash.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/dma-queue.h | [] | [] |
| /src/llama.cpp/tools/mtmd/models/minimax-m3.cpp | [] | [] |
| /src/llama.cpp/tests/test-opt.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/backend/shared/apir_backend.gen.h | [] | [] |
| /src/llama.cpp/common/http.h | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/common/debug.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-metal/ggml-metal-device.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/mul_mat_Q8_0.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/gated_delta_net.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/internvl.cpp | [] | [] |
| /src/llama.cpp/tools/imatrix/imatrix.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/spacemit/rvv_kernels.cpp | [] | [] |
| /src/llama.cpp/tests/test-grammar-parser.cpp | [] | [] |
| /src/llama.cpp/src/llama-quant.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/arm/repack.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/mimo-audio.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/cont_f32.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/repeat_f32.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/utils.cpp | [] | [] |
| /src/llama.cpp/src/llama-hparams.h | [] | [] |
| /src/llama.cpp/examples/diffusion/diffusion-cli.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/hbm.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/unary-ops.h | [] | [] |
| /src/llama.cpp/src/llama-kv-cells.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/argsort.cpp | [] | [] |
| /src/llama.cpp/tools/cli/cli.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-sqrt.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp-drv.cpp | [] | [] |
| /src/llama.cpp/src/models/deepseek.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/ggml-backend-buffer-type.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/ssm-conv.c | [] | [] |
| /src/llama.cpp/include/llama.h | [] | [] |
| /src/llama.cpp/src/llama-batch.h | [] | [] |
| /src/llama.cpp/app/download.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/dequantize.hpp | [] | [] |
| /src/llama.cpp/src/models/mpt.cpp | [] | [] |
| /src/llama.cpp/src/models/mamba-base.cpp | [] | [] |
| /src/llama.cpp/common/ngram-mod.cpp | [] | [] |
| /src/llama.cpp/src/llama-kv-cache.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/unary_silu.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml.cpp | [] | [] |
| /src/llama.cpp/src/models/rwkv6-base.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/quants.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-alloc.c | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/cont.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/el_map_f32.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/arm/quants.c | [] | [] |
| /src/llama.cpp/tools/mtmd/models/gemma4ua.cpp | [] | [] |
| /src/llama.cpp/src/models/cohere2.cpp | [] | [] |
| /src/llama.cpp/src/llama-context.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/examples/gguf-hash/deps/xxhash/xxhash.h | [] | [] |
| /src/llama.cpp/src/models/deepseek32.cpp | [] | [] |
| /src/llama.cpp/common/unicode.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/src/models/jais.cpp | [] | [] |
| /src/llama.cpp/tools/server/server-context.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/src/models/smallthinker.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-mm-kernels-tiled.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/gemm.hpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-flash-attn.h | [] | [] |
| /src/llama.cpp/tools/mtmd/models/whisper-enc.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hmx-fa-kernels.h | [] | [] |
| /src/llama.cpp/src/models/openai-moe.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/ggml-cpu.c | [] | [] |
| /src/llama.cpp/src/models/gptneox.cpp | [] | [] |
| /src/llama.cpp/vendor/stb/stb_image.h | [] | [] |
| /src/llama.cpp/tests/test-rset-release.cpp | [] | [] |
| /src/llama.cpp/common/log.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/virtgpu.cpp | [] | [] |
| /src/llama.cpp/src/llama-kv-cache-dsa.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/spacemit/rvv_kernels.h | [] | [] |
| /src/llama.cpp/src/models/hunyuan-moe.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/sum-rows-ops.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp-drv.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/memops.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/im2col.c | [] | [] |
| /src/llama.cpp/src/models/qwen3vl.cpp | [] | [] |
| /src/llama.cpp/tools/ui/embed.cpp | [] | [] |
| /src/llama.cpp/tests/test-quantize-fns.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/block_ops.h | [] | [] |
| /src/llama.cpp/common/common.h | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/common/base64.hpp | [] | [] |
| /src/llama.cpp/src/models/nemotron-h.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/kleidiai/kleidiai.cpp | [] | [] |
| /src/llama.cpp/examples/llama.android/lib/src/main/cpp/ai_chat.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/vec.h | [] | [] |
| /src/llama.cpp/tools/mtmd/clip.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/ggml-backend.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/utils.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/roll.cpp | [] | [] |
| /src/llama.cpp/common/fit.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/ggml-remoting.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/riscv/quants.c | [] | [] |
| /src/llama.cpp/tools/server/server-common.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/concat-ops.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-zdnn/ggml-zdnn.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-zdnn/common.hpp | [] | [] |
| /src/llama.cpp/src/models/qwen35.cpp | [] | [] |
| /src/llama.cpp/tests/test-tokenizer-0.cpp | [] | [] |
| /src/llama.cpp/src/models/t5.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/outprod.cpp | [] | [] |
| /src/llama.cpp/common/preset.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-metal/ggml-metal-common.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/rwkv_wkv7_f32.c | [] | [] |
| /src/llama.cpp/src/llama-memory-hybrid-iswa.cpp | [] | [] |
| /src/llama.cpp/src/models/neo-bert.cpp | [] | [] |
| /src/llama.cpp/src/models/wavtokenizer-dec.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/quants.h | [] | [] |
| /src/llama.cpp/src/unicode.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/rope.cpp | [] | [] |
| /src/llama.cpp/fuzzers/fuzz_json_to_grammar.cpp | ['fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/quants.hpp | [] | [] |
| /src/llama.cpp/tools/server/server-stream.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/tools/quantize/quantize.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/binbcast.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/gemma4uv.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/frontend.cpp | [] | [] |
| /src/llama.cpp/src/models/chameleon.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/tensor.h | [] | [] |
| /src/llama.cpp/src/models/eurobert.cpp | [] | [] |
| /src/llama.cpp/src/models/minimax-m3.cpp | [] | [] |
| /src/llama.cpp/vendor/sheredom/subprocess.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/rope_f32.c | [] | [] |
| /src/llama.cpp/src/models/plamo2.cpp | [] | [] |
| /src/llama.cpp/examples/gen-docs/gen-docs.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/solve-tri-ops.c | [] | [] |
| /src/llama.cpp/src/models/mellum.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/unary-ops.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/fattn-buffers.hpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/gla.cpp | [] | [] |
| /src/llama.cpp/tools/tts/tts.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/clamp_f32.c | [] | [] |
| /src/llama.cpp/src/models/rwkv7.cpp | [] | [] |
| /src/llama.cpp/common/ngram-map.h | [] | [] |
| /src/llama.cpp/tests/testing.h | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/common/arg.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/concat.cpp | [] | [] |
| /src/llama.cpp/common/jinja/value.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/tools/mtmd/models/exaone4_5.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/conv3d.cpp | [] | [] |
| /src/llama.cpp/tests/test-jinja.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-et/ggml-et-ops.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/fattn-tile.hpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-forward-backend.cpp | [] | [] |
| /src/llama.cpp/src/models/lfm2moe.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/dpct/helper.hpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/tools/server/server-context.h | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/src/models/nomic-bert.cpp | [] | [] |
| /src/llama.cpp/src/models/arctic.cpp | [] | [] |
| /src/llama.cpp/src/llama-chat.cpp | ['fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-rpc/transport.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/kleidiai/kernels.h | [] | [] |
| /src/llama.cpp/tools/fit-params/fit-params.cpp | [] | [] |
| /src/llama.cpp/src/unicode.h | [] | [] |
| /src/llama.cpp/src/models/ernie4-5.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/ggml-et-memops.cpp | [] | [] |
| /src/llama.cpp/common/jinja/lexer.h | [] | [] |
| /src/llama.cpp/common/speculative.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/spacemit/spine_tcm.h | [] | [] |
| /src/llama.cpp/tools/mtmd/models/siglip.cpp | [] | [] |
| /src/llama.cpp/src/models/cogvlm.cpp | [] | [] |
| /src/llama.cpp/tests/test-gguf.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-opt.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/src/models/deepseek2ocr.cpp | [] | [] |
| /src/llama.cpp/tools/rpc/rpc-server.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/solve_tri.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/ggml-cpu-impl.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/ops.cpp | [] | [] |
| /src/llama.cpp/examples/gguf-hash/deps/sha1/sha1.c | [] | [] |
| /src/llama.cpp/src/models/bailingmoe2.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/mul_mat_Q4_0_matrix_engine.c | [] | [] |
| /src/llama.cpp/common/chat-auto-parser-generator.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/virtgpu-forward-impl.h | [] | [] |
| /src/llama.cpp/pocs/vdot/vdot.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/diag.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/diag-ops.c | [] | [] |
| /src/llama.cpp/tools/server/server-task.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/ggml-hexagon.cpp | [] | [] |
| /src/llama.cpp/src/llama-ext.h | [] | [] |
| /src/llama.cpp/common/jinja/string.h | [] | [] |
| /src/llama.cpp/common/json-schema-to-grammar.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/src/models/bitnet.cpp | [] | [] |
| /src/llama.cpp/common/jinja/caps.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/cpy.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/fattn-common.hpp | [] | [] |
| /src/llama.cpp/common/arg.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/spacemit/spine_barrier.h | [] | [] |
| /src/llama.cpp/src/models/exaone.cpp | [] | [] |
| /src/llama.cpp/tests/test-quantize-stats.cpp | [] | [] |
| /src/llama.cpp/examples/gguf-hash/gguf-hash.cpp | [] | [] |
| /src/llama.cpp/src/models/minicpm.cpp | [] | [] |
| /src/llama.cpp/common/subproc.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-impl.h | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/tools/server/server-models.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/unary_f32.c | [] | [] |
| /src/llama.cpp/src/llama-adapter.h | ['fuzzers/fuzz_inference.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op_table.cpp | [] | [] |
| /src/llama.cpp/examples/debug/debug.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/softmax.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/glu_swiglu.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-backend-impl.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/backend/backend-dispatched-buffer.cpp | [] | [] |
| /src/llama.cpp/tools/server/server-mcp.h | [] | [] |
| /src/llama.cpp/src/models/mistral3.cpp | [] | [] |
| /src/llama.cpp/src/models/gemma.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/binary-ops.cpp | [] | [] |
| /src/llama.cpp/tests/test-quantize-perf.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/cpy.hpp | [] | [] |
| /src/llama.cpp/tests/test-barrier.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-quants.c | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/tools/server/server-schema.h | [] | [] |
| /src/llama.cpp/src/models/nemotron.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/virtgpu.h | [] | [] |
| /src/llama.cpp/tests/test-grammar-integration.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/src/models/gpt2.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/clip-impl.h | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/mmvq.cpp | [] | [] |
| /src/llama.cpp/tools/server/server-common.h | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/src/models/kimi-linear.cpp | [] | [] |
| /src/llama.cpp/src/llama-arch.h | [] | [] |
| /src/llama.cpp/common/peg-parser.h | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/ssm_scan.cpp | [] | [] |
| /src/llama.cpp/tools/server/server-mcp.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/common/reasoning-budget.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/l2_norm.cpp | [] | [] |
| /src/llama.cpp/common/ngram-cache.h | [] | [] |
| /src/llama.cpp/src/models/talkie.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/mobilenetv5.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/ggml-backend-buffer.cpp | [] | [] |
| /src/llama.cpp/src/models/eagle3.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-virtgpu/backend/shared/api_remoting.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-backend-meta.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/ggml-openvino-extra.h | [] | [] |
| /src/llama.cpp/tools/server/server-schema.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/src/models/mistral4.cpp | [] | [] |
| /src/llama.cpp/tests/peg-parser/test-json-parser.cpp | [] | [] |
| /src/llama.cpp/tests/test-gguf-model-data.cpp | [] | [] |
| /src/llama.cpp/common/jinja/runtime.h | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/platform.h | [] | [] |
| /src/llama.cpp/tools/mtmd/clip-model.h | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/conv2d-dw.cpp | [] | [] |
| /src/llama.cpp/src/models/glm4.cpp | [] | [] |
| /src/llama.cpp/src/llama-io.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/dma-queue.c | [] | [] |
| /src/llama.cpp/src/llama-io.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/get_rows_f32.c | [] | [] |
| /src/llama.cpp/src/models/ernie4-5-moe.cpp | [] | [] |
| /src/llama.cpp/fuzzers/fuzz_grammar.cpp | ['fuzzers/fuzz_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/pool.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/yasa2.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-base.h | [] | [] |
| /src/llama.cpp/tools/mtmd/models/minicpmv.cpp | [] | [] |
| /src/llama.cpp/src/llama-model.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/repeat.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/ggml-cpu.cpp | [] | [] |
| /src/llama.cpp/tools/server/server-queue.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-sin-cos.h | [] | [] |
| /src/llama.cpp/tests/test-chat-template.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/qwen2vl.cpp | [] | [] |
| /src/llama.cpp/src/models/modern-bert.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/powerpc/cpu-feats.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/ggml-et-kernels.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/uberkernel.c | [] | [] |
| /src/llama.cpp/ggml/src/ggml-common.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/count-equal.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/models/llama4.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/repeat_back.cpp | [] | [] |
| /src/llama.cpp/src/models/delta-net-base.cpp | [] | [] |
| /src/llama.cpp/src/models/baichuan.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/hvx-div.h | [] | [] |
| /src/llama.cpp/src/models/apertus.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/reshape.cpp | [] | [] |
| /src/llama.cpp/src/llama-memory-recurrent.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/riscv/repack.cpp | [] | [] |
| /src/llama.cpp/fuzzers/fuzz_inference.cpp | ['fuzzers/fuzz_inference.cpp'] | [] |
| /src/llama.cpp/tools/server/server-http.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-backend.cpp | ['fuzzers/fuzz_tokenizer.cpp', 'fuzzers/fuzz_apply_template.cpp', 'fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_grammar.cpp', 'fuzzers/fuzz_structurally_created.cpp', 'fuzzers/fuzz_json_to_grammar.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/utils.h | [] | [] |
| /src/llama.cpp/common/chat-peg-parser.h | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/common/subproc.h | [] | [] |
| /src/llama.cpp/src/models/chatglm.cpp | [] | [] |
| /src/llama.cpp/tools/mtmd/clip.h | [] | [] |
| /src/llama.cpp/common/chat-peg-parser.cpp | ['fuzzers/fuzz_structured.cpp', 'fuzzers/fuzz_inference.cpp', 'fuzzers/fuzz_load_model.cpp', 'fuzzers/fuzz_structurally_created.cpp'] | [] |
| /src/llama.cpp/ggml/src/ggml-webgpu/ggml-webgpu-shader-lib.hpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-sycl/fattn-onednn.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/flash_attn_ext_f16_me.c | [] | [] |
| /src/llama.cpp/src/models/afmoe.cpp | [] | [] |
| /src/llama.cpp/ggml/src/ggml-hexagon/libdl.h | [] | [] |
| /src/llama.cpp/ggml/src/ggml-openvino/ggml-decoder.cpp | [] | [] |
| Directory |
|---|
| /src/llama.cpp/examples/lookahead/ |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/rt_info/ |
| /src/llama.cpp/tools/mtmd/debug/ |
| /src/llama.cpp/tools/fit-params/ |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/op/ |
| /src/llama.cpp/ggml/src/ggml-cuda/vendors/ |
| /src/llama.cpp/tools/imatrix/ |
| /src/llama.cpp/tools/results/ |
| /src/llama.cpp/tools/parser/ |
| /src/llama.cpp/ggml/src/ggml-cpu/spacemit/ |
| /src/llama.cpp/ggml/src/ggml-metal/ |
| /src/llama.cpp/tools/ui/ |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/x86/ |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/s390/ |
| /src/llama.cpp/ggml/src/ggml-sycl/ |
| /src/llama.cpp/tools/mtmd/models/ |
| /src/llama.cpp/ggml/src/ggml-opencl/ |
| /src/llama.cpp/ggml/src/ggml-sycl/dpct/ |
| /src/llama.cpp/tests/ |
| /src/llama.cpp/examples/gguf-hash/deps/sha256/ |
| /src/llama.cpp/ggml/src/ggml-et/et-kernels/src/ |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/ |
| /src/llama.cpp/vendor/nlohmann/ |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/riscv/ |
| /src/llama.cpp/fuzzers/ |
| /src/llama.cpp/tools/server/ |
| /src/llama.cpp/examples/gguf-hash/deps/xxhash/ |
| /src/llama.cpp/ggml/include/ |
| /src/llama.cpp/src/models/ |
| /src/llama.cpp/tools/completion/ |
| /src/llama.cpp/tools/perplexity/ |
| /src/llama.cpp/ggml/src/ggml-webgpu/ |
| /src/llama.cpp/examples/gguf/ |
| /src/llama.cpp/vendor/cpp-httplib/ |
| /src/llama.cpp/examples/deprecation-warning/ |
| /src/llama.cpp/tools/llama-bench/ |
| /src/llama.cpp/ggml/src/ggml-vulkan/vulkan-shaders/ |
| /src/llama.cpp/examples/gguf-hash/deps/rotate-bits/ |
| /src/llama.cpp/examples/debug/ |
| /src//app/ |
| /src/llama.cpp/vendor/stb/ |
| /src/llama.cpp/examples/parallel/ |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/arm/ |
| /src/llama.cpp/tools/cli/ |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/powerpc/ |
| /src/llama.cpp/tools/gguf-split/ |
| /src/llama.cpp/tools/quantize/ |
| /src/llama.cpp/ggml/src/ggml-hexagon/ |
| /src/llama.cpp/src/ |
| /src/llama.cpp/ggml/src/ggml-zdnn/ |
| /src//src/ |
| /src/llama.cpp/examples/gguf-hash/deps/sha1/ |
| /src/llama.cpp/tools/mtmd/ |
| /src/llama.cpp/examples/retrieval/ |
| /src/llama.cpp/common/jinja/ |
| /src/llama.cpp/ggml/src/ggml-zendnn/ |
| /src/llama.cpp/examples/diffusion/ |
| /src/llama.cpp/examples/llama.android/lib/src/main/cpp/ |
| /src/llama.cpp/ggml/src/ggml-cpu/ |
| /src/llama.cpp/app/ |
| /src/llama.cpp/ggml/src/ggml-cpu/llamafile/ |
| /src/llama.cpp/tools/cvector-generator/ |
| /src/llama.cpp/tools/export-lora/ |
| /src/llama.cpp/ggml/src/ggml-et/ |
| /src/llama.cpp/ggml/src/ggml-cann/ |
| /src/llama.cpp/examples/gguf-hash/ |
| /src/llama.cpp/ggml/src/ggml-vulkan/ |
| /src/llama.cpp/include/ |
| /src/llama.cpp/vendor/miniaudio/ |
| /src/llama.cpp/ggml/src/ggml-cpu/kleidiai/ |
| /src/llama.cpp/examples/eval-callback/ |
| /src/llama.cpp/ggml/src/ggml-openvino/ |
| /src/llama.cpp/ggml/src/ggml-virtgpu/ |
| /src/llama.cpp/ggml/src/ggml-cpu/amx/ |
| /src/llama.cpp/ggml/src/ggml-virtgpu/backend/ |
| /src/llama.cpp/pocs/vdot/ |
| /src/llama.cpp/ggml/src/ggml-openvino/openvino/pass/ |
| /src/llama.cpp/examples/gen-docs/ |
| /src/llama.cpp/common/ |
| /src/llama.cpp/examples/embedding/ |
| /src/llama.cpp/ggml/src/ |
| /src/llama.cpp/tools/rpc/ |
| /src/llama.cpp/examples/convert-llama2c-to-ggml/ |
| /src/llama.cpp/ggml/src/ggml-virtgpu/backend/shared/ |
| /src/llama.cpp/tools/tts/ |
| /src/llama.cpp/ggml/src/ggml-rpc/ |
| /src/llama.cpp/vendor/sheredom/ |
| /src/llama.cpp/tools/batched-bench/ |
| /src/llama.cpp/tools/tokenize/ |
| /src/llama.cpp/ggml/src/ggml-cpu/arch/loongarch/ |
| /src/llama.cpp/ggml/src/ggml-hexagon/htp/ |
| /src/llama.cpp/ggml/src/ggml-blas/ |
| /src//src/models/ |
| /src/llama.cpp/tests/peg-parser/ |
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.
| Fuzzer | Calltree file | Program data file | Coverage file |
|---|---|---|---|
| fuzzers/fuzz_tokenizer.cpp | fuzzerLogFile-fuzz_tokenizer.data | fuzzerLogFile-fuzz_tokenizer.data.yaml | |
| fuzzers/fuzz_apply_template.cpp | fuzzerLogFile-fuzz_apply_template.data | fuzzerLogFile-fuzz_apply_template.data.yaml | |
| fuzzers/fuzz_structured.cpp | fuzzerLogFile-fuzz_structured.data | fuzzerLogFile-fuzz_structured.data.yaml | |
| fuzzers/fuzz_inference.cpp | fuzzerLogFile-fuzz_inference.data | fuzzerLogFile-fuzz_inference.data.yaml | |
| fuzzers/fuzz_load_model.cpp | fuzzerLogFile-fuzz_load_model.data | fuzzerLogFile-fuzz_load_model.data.yaml | |
| fuzzers/fuzz_grammar.cpp | fuzzerLogFile-fuzz_grammar.data | fuzzerLogFile-fuzz_grammar.data.yaml | |
| fuzzers/fuzz_structurally_created.cpp | fuzzerLogFile-fuzz_structurally_created.data | fuzzerLogFile-fuzz_structurally_created.data.yaml | |
| fuzzers/fuzz_json_to_grammar.cpp | fuzzerLogFile-fuzz_json_to_grammar.data | fuzzerLogFile-fuzz_json_to_grammar.data.yaml |
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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| getenv | ['/src/llama.cpp/fuzzers/fuzz_inference.cpp', '/src/llama.cpp/fuzzers/fuzz_tokenizer.cpp', '/src/llama.cpp/fuzzers/fuzz_structured.cpp', '/src/llama.cpp/fuzzers/fuzz_structurally_created.cpp', '/src/llama.cpp/fuzzers/fuzz_load_model.cpp'] | N/A |
|
| Target sink | Reached by fuzzer | Function call path | Possible branch blockers | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| realloc | ['/src/llama.cpp/fuzzers/fuzz_inference.cpp', '/src/llama.cpp/fuzzers/fuzz_tokenizer.cpp'] | N/A |
|
| Target sink | Reached by fuzzer | Function call path | Possible branch blockers | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| free | ['/src/llama.cpp/fuzzers/fuzz_inference.cpp', '/src/llama.cpp/fuzzers/fuzz_tokenizer.cpp', '/src/llama.cpp/fuzzers/fuzz_structured.cpp', '/src/llama.cpp/fuzzers/fuzz_structurally_created.cpp', '/src/llama.cpp/fuzzers/fuzz_load_model.cpp'] | N/A |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| get | ['/src/llama.cpp/fuzzers/fuzz_inference.cpp', '/src/llama.cpp/fuzzers/fuzz_json_to_grammar.cpp', '/src/llama.cpp/fuzzers/fuzz_tokenizer.cpp'] | N/A |
|
| Target sink | Reached by fuzzer | Function call path | Possible branch blockers | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| get | ['/src/llama.cpp/fuzzers/fuzz_inference.cpp', '/src/llama.cpp/fuzzers/fuzz_json_to_grammar.cpp', '/src/llama.cpp/fuzzers/fuzz_tokenizer.cpp'] | N/A |
|
| Target sink | Reached by fuzzer | Function call path | Possible branch blockers | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| write | ['/src/llama.cpp/fuzzers/fuzz_structurally_created.cpp'] | N/A |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| create_directory | [] |
Path 1
|
N/A |