Commit 8c5e94f
committed
load_pack_mtimes_file(): avoid accessing uninitialized data
The `mtimes_size` variable is uninitialzed when the function errors out,
yet its value is assigned to another variable. Let's just initialize it.
Signed-off-by: Johannes Schindelin <[email protected]>1 parent 46f0d90 commit 8c5e94f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments