]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'avoid-using-uninitialized-gettext'
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 14 Mar 2023 20:32:42 +0000 (21:32 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 17 Apr 2023 19:15:42 +0000 (21:15 +0200)
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


Trivial merge