diff options
author | Jiang Xin <worldhello.net@gmail.com> | 2015-07-22 09:49:40 +0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-07-22 14:18:22 -0700 |
commit | b112b14d7869bf3c000abb84cd22e57dd811d031 (patch) | |
tree | 8ae07a38f729524bad1bbb4a932e4fa37a50a2dc /templates | |
parent | 282616c72d1d08a77ca4fe1186cb708c38408d87 (diff) | |
download | git-b112b14d7869bf3c000abb84cd22e57dd811d031.tar.gz |
receive-pack: crash when checking with non-exist HEADjx/do-not-crash-receive-pack-wo-head
If HEAD of a repository points to a conflict reference, such as:
* There exist a reference named 'refs/heads/jx/feature1', but HEAD
points to 'refs/heads/jx', or
* There exist a reference named 'refs/heads/feature', but HEAD points
to 'refs/heads/feature/bad'.
When we push to delete a reference for this repo, such as:
git push /path/to/bad-head-repo.git :some/good/reference
The git-receive-pack process will crash.
This is because if HEAD points to a conflict reference, the function
`resolve_refdup("HEAD", ...)` does not return a valid reference name,
but a null buffer. Later matching the delete reference against the null
buffer will cause git-receive-pack crash.
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'templates')
0 files changed, 0 insertions, 0 deletions