]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/ci-gcc-12-fixes' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 Jun 2022 21:27:50 +0000 (14:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Jun 2022 21:27:50 +0000 (14:27 -0700)
commit596838d2c564f3fea30315d4bd6633c32f70bfed
tree1de857a4523314d75eb781a9c5fe043a8b99becc
parente54793a95afeea1e10de1e5ad7eab914e7416250
parent2acf4cf0010379f10b39eba1fb4e0868a5ba4114
Merge branch 'js/ci-gcc-12-fixes' into maint

Fixes real problems noticed by gcc 12 and works around false
positives.
source: <pull.1238.git.1653351786.gitgitgadget@gmail.com>

* js/ci-gcc-12-fixes:
  dir.c: avoid "exceeds maximum object size" error with GCC v12.x
  nedmalloc: avoid new compile error
  compat/win32/syslog: fix use-after-realloc
dir.c