From 3f52aeca81e17822009e5fb4ede52b0963a60391 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 15 2020 07:38:39 +0000 Subject: Apply patch glibc-rh1663035.patch patch_name: glibc-rh1663035.patch present_in_specfile: true location_in_specfile: 90 --- diff --git a/intl/dcigettext.c b/intl/dcigettext.c index 2a50369..25f47c5 100644 --- a/intl/dcigettext.c +++ b/intl/dcigettext.c @@ -631,7 +631,7 @@ DCIGETTEXT (const char *domainname, const char *msgid1, const char *msgid2, int ret = __asprintf (&xdirname, "%s/%s", cwd, dirname); free (cwd); if (ret < 0) - return NULL; + goto return_untranslated; dirname = xdirname; } #ifndef IN_LIBGLOCALE