From: Johannes Schindelin Date: Tue, 14 Mar 2023 20:32:42 +0000 (+0100) Subject: Merge branch 'avoid-using-uninitialized-gettext' X-Git-Tag: v2.30.9~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fe5d0b10afdc9ac5b703605b8d84d1ce5d71e87;p=thirdparty%2Fgit.git Merge branch 'avoid-using-uninitialized-gettext' Avoids the overhead of calling `gettext` when initialization of the translated messages was skipped. Addresses CVE-2023-25815. * avoid-using-uninitialized-gettext: (1 commit) gettext: avoid using gettext if the locale dir is not present --- 4fe5d0b10afdc9ac5b703605b8d84d1ce5d71e87