Skip to content
Snippets Groups Projects
Commit 1aa7962f authored by Jeff King's avatar Jeff King Committed by Anton Wuerfel
Browse files

compat/mingw: brown paper bag fix for 50a6c8ef


Commit 50a6c8ef (use st_add and st_mult for allocation size
computation, 2016-02-22) fixed up many xmalloc call-sites
including ones in compat/mingw.c.

But I screwed up one of them, which was half-converted to
ALLOC_ARRAY, using a very early prototype of the function.
And I never caught it because I don't build on Windows.

Signed-off-by: default avatarJeff King <peff@peff.net>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent 46d51664
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment