From: Junio C Hamano Date: Fri, 31 May 2024 22:28:19 +0000 (-0700) Subject: Merge branch 'jc/compat-regex-calloc-fix' into maint-2.45 X-Git-Tag: v2.45.3~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73049492d5414376d3f0d788043218059e87f027;p=thirdparty%2Fgit.git 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) --- 73049492d5414376d3f0d788043218059e87f027