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 88d50e7 commit b9cb077Copy full SHA for b9cb077
transport.c
@@ -143,7 +143,7 @@ static const char *rsync_url(const char *url)
143
static struct ref *get_refs_via_rsync(struct transport *transport, int for_push)
144
{
145
struct strbuf buf = STRBUF_INIT, temp_dir = STRBUF_INIT;
146
- struct ref dummy, *tail = &dummy;
+ struct ref dummy = {0}, *tail = &dummy;
147
struct child_process rsync;
148
const char *args[5];
149
int temp_dir_len;
0 commit comments