Commit b883c8b
committed
commit-graph: suppress warning about using a stale stack addresses
The code is a bit too hard to reason about for CodeQL to figure out
whether the `fill_commit_graph_info()` function is at all called after
`write_commit_graph()` returns (and hence whether `topo_levels` goes out
of context before it is used again).
The Git project insists that this is correct (and does not want to make
the code more obviously correct), so let's silence CodeQL's complaints
in this instance.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 8533dae commit b883c8b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2561 | 2561 | | |
2562 | 2562 | | |
2563 | 2563 | | |
| 2564 | + | |
2564 | 2565 | | |
2565 | 2566 | | |
2566 | 2567 | | |
| |||
0 commit comments