]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/compat-regex-calloc-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 May 2024 18:20:04 +0000 (11:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 May 2024 18:20:05 +0000 (11:20 -0700)
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)


Trivial merge