Merge branch 'js/fsck-tag-validation'
commit1cb4b3d380fe42a837adfb68126a312f605680f8
authorJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2014 20:27:41 +0000 (22 12:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Dec 2014 20:27:41 +0000 (22 12:27 -0800)
treea3051c8af64dda52e0c1b0c9826afa0d2d66515c
parent14d4aab3bbd4cb25a4ccd16dc778c4c6c0a77c73
parenta1e920a0a7747f0820e62b22b67fd36fb1d74607
Merge branch 'js/fsck-tag-validation'

New tag object format validation added in 2.2 showed garbage
after a tagname it reported in its error message.

* js/fsck-tag-validation:
  index-pack: terminate object buffers with NUL
  fsck: properly bound "invalid tag name" error message
builtin/index-pack.c
fsck.c
t/t1450-fsck.sh