From: Junio C Hamano Date: Tue, 13 Sep 2022 19:21:09 +0000 (-0700) Subject: Merge branch 'sg/xcalloc-cocci-fix' into maint X-Git-Tag: v2.38.0-rc0~11^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c61614e30f6df550a5d48fc115fb6a92266ecf50;p=thirdparty%2Fgit.git Merge branch 'sg/xcalloc-cocci-fix' into maint xcalloc(), imitating calloc(), takes "number of elements of the array", and "size of a single element", in this order. A call that does not follow this ordering has been corrected. * sg/xcalloc-cocci-fix: promisor-remote: fix xcalloc() argument order --- c61614e30f6df550a5d48fc115fb6a92266ecf50