]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'gc/parse-tree-indirect-errors'
authorJunio C Hamano <gitster@pobox.com>
Sun, 13 Mar 2022 22:56:17 +0000 (22:56 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Mar 2022 22:56:17 +0000 (22:56 +0000)
commitbde1e3e80a16a850da95af836ef85c5669c989a2
treea3bfe2636b59654a069631b7da06aa9b5dc24a47
parent8b44e05abf256c5c43116b983719cafca2934952
parent8d2eaf649abd28baa083a723d1e041b26d2be83e
Merge branch 'gc/parse-tree-indirect-errors'

Check the return value from parse_tree_indirect() to turn segfaults
into calls to die().

* gc/parse-tree-indirect-errors:
  checkout, clone: die if tree cannot be parsed
builtin/checkout.c
builtin/clone.c