Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Re: Bug in fetch-pack.c, please confirm

From: Junio C Hamano <hidden>
Date: 2016-06-15 23:04:09

Junio C Hamano [off-list ref] writes:
"Kyle J. McKay" [off-list ref] writes:
quoted
Hi guys,

So I was looking at fetch-pack.c (from master @ 52cae643, but I think  
it's the same everywhere):
...
quoted
-		hashcpy(ref->new_sha1, local);
+		hashcpy(ref->new_sha1, o->sha1);
 		if (!args->verbose)
 			continue;
 		fprintf(stderr,
 			"already have %s (%s)\n", sha1_to_hex(remote),
 			ref->name);
 	}
 	return retval;
---
One thing I wonder is if this hashcpy() is doing anything useful,
though.  Is ref->new_sha1 used after we are done in this codepath,
or is the reason nobody noticed it is because it does not matter
whatever garbage is in that field nobody looks at it?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help