All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fast-import: fix segfault and tests
@ 2014-08-28 14:54 Maxim Bublis
  2014-08-28 14:54 ` [PATCH 1/2] t9300: test filedelete root Maxim Bublis
  2014-08-28 14:54 ` [PATCH 2/2] fast-import: fix segfault in store_tree() Maxim Bublis
  0 siblings, 2 replies; 7+ messages in thread
From: Maxim Bublis @ 2014-08-28 14:54 UTC (permalink / raw)
  To: git; +Cc: Maxim Bublis

Removing root tree with filedelete command would lead to segmentation fault
in store_tree(). First patch from patch series adds test to show incorrect
behaviour and second one fixes bug by sanity check and load_tree() usage.

Maxim Bublis (2):
  t9300: test filedelete root
  fast-import: fix segfault in store_tree()

 fast-import.c          |  6 +++++-
 t/t9300-fast-import.sh | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+), 1 deletion(-)

-- 
1.8.5.2 (Apple Git-48)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-08-29 11:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-28 14:54 [PATCH 0/2] fast-import: fix segfault and tests Maxim Bublis
2014-08-28 14:54 ` [PATCH 1/2] t9300: test filedelete root Maxim Bublis
2014-08-28 22:30   ` Junio C Hamano
2014-08-29 11:37     ` Maxim Bublis
2014-08-28 14:54 ` [PATCH 2/2] fast-import: fix segfault in store_tree() Maxim Bublis
2014-08-28 23:16   ` Junio C Hamano
2014-08-29 11:40     ` Maxim Bublis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.