]> git.ipfire.org Git - thirdparty/git.git/commit - fsck.c
fsck: treat a NUL in a tag header as an error
authorRené Scharfe <l.s.r@web.de>
Thu, 19 Nov 2015 16:25:31 +0000 (17:25 +0100)
committerJeff King <peff@peff.net>
Fri, 20 Nov 2015 13:02:07 +0000 (08:02 -0500)
commit8a272f291a34dcc01bad174922de5fd4c9df2cee
tree234c9ddc6b18ef2a278f8bff211b203816b57006
parent80c7f5a011416f4893c8e395bbf9f841a6dd624e
fsck: treat a NUL in a tag header as an error

We check the return value of verify_header() for commits already, so do
the same for tags as well.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Jeff King <peff@peff.net>
fsck.c
t/t1450-fsck.sh