Merge branch 'jk/fast-import-fixes'
commitb6a1261751c7f9d9a04a57585c305f3b0e0f378e
authorJunio C Hamano <gitster@pobox.com>
Thu, 11 Sep 2014 17:33:34 +0000 (11 10:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Sep 2014 17:33:34 +0000 (11 10:33 -0700)
tree268da0728b5b7265ed0d355b5fb321208ba09adf
parent88e7dff93d7010bb2974f8e1599a4e53c73e18f3
parentc252785982c268e5c969900c677322744d09f52e
Merge branch 'jk/fast-import-fixes'

With sufficiently long refnames, fast-import could have overflown
an on-stack buffer.

* jk/fast-import-fixes:
  fast-import: fix buffer overflow in dump_tags
  fast-import: clean up pack_data pointer in end_packfile
fast-import.c