Re: [PATCH] builtin/blame.c::prepare_lines: fix allocation size of sb->lineno
From: David Kastrup <hidden> Date: 2016-06-15 22:59:52
Jeff King [off-list ref] writes:
However, is there a reason not to use:
sizeof(*sb->lineno)
rather than
sizeof(int)
to avoid type-mismatch errors entirely (this applies both to this patch,
and to any proposed rewrites using malloc).
It deviates from the style of the original code by tried and true Git
developers. So feel free to roll your own patch here: it's not like
this one has any copyrightable content in it.
--
David Kastrup