X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin-fetch-pack.c;h=67fb80ec48d6d8f0327628afd86fb366d8f97617;hb=c841aa8b903200f5d7830c7c4ab8d62b5ef44c5c;hp=372bfa20a2eac978f7511f5d8d9296be789b527f;hpb=168d5bd57b8183f8da0ea30a0d4d3c2422eec4e4;p=git.git diff --git a/builtin-fetch-pack.c b/builtin-fetch-pack.c index 372bfa20a..67fb80ec4 100644 --- a/builtin-fetch-pack.c +++ b/builtin-fetch-pack.c @@ -780,7 +780,8 @@ struct ref *fetch_pack(struct fetch_pack_args *my_args, struct ref *ref_cpy; fetch_pack_setup(); - memcpy(&args, my_args, sizeof(args)); + if (&args != my_args) + memcpy(&args, my_args, sizeof(args)); if (args.depth > 0) { if (stat(git_path("shallow"), &st)) st.st_mtime = 0;