From b2c5c32913b747f2ad7ed825a448e18b6647a921 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Feb 12 2021 08:43:12 +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