summaryrefslogtreecommitdiff
path: root/entry.c
diff options
context:
space:
mode:
authorLibravatar brian m. carlson <sandals@crustytoothpaste.net>2018-03-12 02:27:55 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-03-14 09:23:50 -0700
commit1af64f73a9113b189ce4cc3e422ec927e9b32084 (patch)
treeb9c3f2ab8e8c30dc27389e05a25b2ed80a9a347d /entry.c
parentConvert lookup_replace_object to struct object_id (diff)
downloadtgif-1af64f73a9113b189ce4cc3e422ec927e9b32084.tar.xz
sha1_file: introduce a constant for max header length
There were several instances of 32 sprinkled throughout this file, all of which were used for allocating a buffer to store the header of an object. Introduce a constant, MAX_HEADER_LEN, for this purpose. Note that this constant is slightly larger than required; the longest possible header is 28 (7 for "commit", 1 for a space, 20 for a 63-bit length in decimal, and 1 for the NUL). However, the overallocation should not cause any problems, so leave it as it is. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'entry.c')
0 files changed, 0 insertions, 0 deletions