about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2019-01-02 16:46:12 +0100
committerFlorian Weimer <fweimer@redhat.com>2019-01-02 16:46:12 +0100
commitbee4baf6d7a1055f7e2819209e722c6effc9c1bf (patch)
treefaee1969199ad5d2eab10342f26efedcad767850 /NEWS
parent8f83d095fabf9e3e9e23023a010e50a21810d918 (diff)
downloadglibc-bee4baf6d7a1055f7e2819209e722c6effc9c1bf.tar.gz
glibc-bee4baf6d7a1055f7e2819209e722c6effc9c1bf.tar.xz
glibc-bee4baf6d7a1055f7e2819209e722c6effc9c1bf.zip
intl: Do not return NULL on asprintf failure in gettext [BZ #24018]
Fixes commit 9695dd0c9309712ed8e9c17a7040fe7af347f2dc ("DCIGETTEXT:
Use getcwd, asprintf to construct absolute pathname").

(cherry picked from commit 8c1aafc1f34d090a5b41dc527c33e8687f6a1287)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d350d4666a..865c075c82 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,7 @@ The following bugs are resolved with this release:
   [23822] ia64 static libm.a is missing exp2f, log2f and powf symbols
   [23927] Linux if_nametoindex() does not close descriptor (CVE-2018-19591)
   [23972] __old_getdents64 uses wrong d_off value on overflow
+  [24018] gettext may return NULL
   [24027] malloc: Integer overflow in realloc
 
 Security related changes: