Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b933465 commit 6004658Copy full SHA for 6004658
src/pack.c
@@ -620,7 +620,7 @@ int git_packfile_unpack(
620
struct pack_chain_elem *elem = NULL, *stack;
621
git_pack_cache_entry *cached = NULL;
622
struct pack_chain_elem small_stack[SMALL_STACK_SIZE];
623
- size_t stack_size, elem_pos;
+ size_t stack_size = 0, elem_pos;
624
git_otype base_type;
625
626
/*
0 commit comments