]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit4fe5d0b10afdc9ac5b703605b8d84d1ce5d71e87
tree2ceba17720cfc0762eb042ada63bba82fa4072f5
parent18e2b1cfc80990719275d7b08e6e50f3e8cbc902
parentc4137be0f5a6edf9a9044e6e43ecf4468c7a4046
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