pack-bitmap-write: use GIT_MAX_RAWSZ for allocation

Reviewed-by: Stefan Beller <sbeller@google.com>
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
brian m. carlson 2018-10-15 00:01:49 +00:00 коммит произвёл Junio C Hamano
Родитель 6afedba8c9
Коммит 825544a351
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -37,7 +37,7 @@ struct bitmap_writer {
struct progress *progress;
int show_progress;
unsigned char pack_checksum[20];
unsigned char pack_checksum[GIT_MAX_RAWSZ];
};
static struct bitmap_writer writer;