]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7011-skip-worktree-reading.sh
Merge branch 'sg/xcalloc-cocci-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Sep 2022 19:21:09 +0000 (12:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Sep 2022 19:21:09 +0000 (12:21 -0700)
commitc61614e30f6df550a5d48fc115fb6a92266ecf50
tree656c0d10c1a45b3e62a77b813dee3f9a0eca0848
parentaa31cb89743a9ba4efd43f5160bfea0a4cbe5858
parentc4bbd9bb8fd307c3c8be16121391416a5685ffe1
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
promisor-remote.c