Re: parse_object does check_sha1_signature but not parse_object_buffer?
From: Junio C Hamano <hidden> Date: 2016-06-15 23:08:03
Mike Hommey [off-list ref] writes:
Shouldn't parse_object_buffer also do check_sha1_signature?
In general, it shouldn't; its callers are supposed to do it as
additional check when/if needed. Callers like the one in fsck.c
does not want to die after seeing one bad one. We want to report
and keep checking other things.