You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments