avoid off-by-one error in run_upload_archive
authorJochen Voss <voss@seehuhn.de>
Sat, 28 Jun 2008 16:04:24 +0000 (17:04 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 28 Jun 2008 20:43:21 +0000 (13:43 -0700)
Make sure that buf has enough space to store the trailing \0 of
the command line argument, too.

Signed-off-by: Jochen Voss <voss@seehuhn.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found