Merge branch 'jc/compat-regex-calloc-fix'
commit55f5476ce5aa7b5263054f863c091a6d8be3c9ed
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 May 2024 18:20:04 +0000 (20 11:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 May 2024 18:20:05 +0000 (20 11:20 -0700)
treee745e2dd23c9fa2d7263a2a5c422b1d8b34d2d90
parent4beb7a3b066c98d614d402aec32fc87d76206c89
parentf01301aabe1771473b7c97fec72a566963c5fe34
Merge branch 'jc/compat-regex-calloc-fix'

Windows CI running in GitHub Actions started complaining about the
order of arguments given to calloc(); the imported regex code uses
the wrong order almost consistently, which has been corrected.

* jc/compat-regex-calloc-fix:
  compat/regex: fix argument order to calloc(3)