]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/compat-regex-calloc-fix' into maint-2.45
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 May 2024 22:28:19 +0000 (15:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 May 2024 22:28:20 +0000 (15:28 -0700)
commit73049492d5414376d3f0d788043218059e87f027
tree3e38f0861e9f8f78075cd3fbe378c7d43a89fbd2
parent1258fc2b08543bac83aea5ad856b4a64348c3c79
parentf01301aabe1771473b7c97fec72a566963c5fe34
Merge branch 'jc/compat-regex-calloc-fix' into maint-2.45

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)