commit-graph.c: prevent overflow in `merge_commit_graph()`
Taylor Blau committed about 3 years ago
commit-graph.c: prevent overflow in `split_graph_merge_strategy()`
Taylor Blau committed about 3 years ago
commit-graph.c: prevent overflow in `load_tree_for_commit()`
Taylor Blau committed about 3 years ago
commit-graph.c: prevent overflow in `fill_commit_in_graph()`
Taylor Blau committed about 3 years ago
commit-graph.c: prevent overflow in `fill_commit_graph_info()`
Taylor Blau committed about 3 years ago
commit-graph.c: prevent overflow in `load_oid_from_graph()`
Taylor Blau committed about 3 years ago
commit-graph.c: prevent overflow in add_graph_to_chain()
Taylor Blau committed about 3 years ago
commit-graph.c: prevent overflow in `write_commit_graph_file()`
Taylor Blau committed about 3 years ago
pack-bitmap.c: ensure that eindex lookups don't overflow
Taylor Blau committed about 3 years ago
midx.c: prevent overflow in `fill_included_packs_batch()`
Taylor Blau committed about 3 years ago
midx.c: prevent overflow in `write_midx_internal()`
Taylor Blau committed about 3 years ago
midx.c: store `nr`, `alloc` variables as `size_t`'s
Taylor Blau committed about 3 years ago
midx.c: prevent overflow in `nth_midxed_offset()`
Taylor Blau committed about 3 years ago
midx.c: prevent overflow in `nth_midxed_object_oid()`
Taylor Blau committed about 3 years ago
midx.c: use `size_t`'s for fanout nr and alloc
Taylor Blau committed about 3 years ago
packfile.c: use checked arithmetic in `nth_packed_object_offset()`
Taylor Blau committed about 3 years ago
packfile.c: prevent overflow in `load_idx()`
Taylor Blau committed about 3 years ago
t/helper: mark unused callback void data parameters
Jeff King committed about 3 years ago
tag: mark unused parameters in each_tag_name_fn callbacks
Jeff King committed about 3 years ago
rev-parse: mark unused parameter in for_each_abbrev callback
Jeff King committed about 3 years ago