about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-12-21 16:08:55 +0100
committerFlorian Weimer <fweimer@redhat.com>2019-01-02 16:26:58 +0100
commit8c1aafc1f34d090a5b41dc527c33e8687f6a1287 (patch)
treead64716032d4e4e01c4fda3e7f418da24957de2f /ChangeLog
parent66081e383c9b0008ff3a8fa40c15ab68a26f45b0 (diff)
downloadglibc-8c1aafc1f34d090a5b41dc527c33e8687f6a1287.tar.gz
glibc-8c1aafc1f34d090a5b41dc527c33e8687f6a1287.tar.xz
glibc-8c1aafc1f34d090a5b41dc527c33e8687f6a1287.zip
intl: Do not return NULL on asprintf failure in gettext [BZ #24018]
Fixes commit 9695dd0c9309712ed8e9c17a7040fe7af347f2dc ("DCIGETTEXT:
Use getcwd, asprintf to construct absolute pathname").
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 846de9c0fd..8c08481d1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-12-21  Florian Weimer  <fweimer@redhat.com>
+
+	[BZ #24018]
+	* intl/dcigettext.c (DCIGETTEXT): Do not return NULL on asprintf
+	failure.
+
 2019-01-02  Florian Weimer  <fweimer@redhat.com>
 
 	* nptl/tst-audit-threads.c: Switch to <support/test-driver.c>.