From b2e8eefd70768a24a1d0fc85d9ee9012eec8af10 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Jan 06 2021 22:39:20 +0000 Subject: Apply patch glibc-rh1855790-9.patch patch_name: glibc-rh1855790-9.patch present_in_specfile: true location_in_specfile: 399 --- diff --git a/sysdeps/x86/tst-cet-legacy-5.c b/sysdeps/x86/tst-cet-legacy-5.c index e1ca09d..0a34d37 100644 --- a/sysdeps/x86/tst-cet-legacy-5.c +++ b/sysdeps/x86/tst-cet-legacy-5.c @@ -39,7 +39,7 @@ do_test_1 (const char *modname, bool fail) == NULL) { printf ("incorrect dlopen '%s' error: %s\n", modname, - dlerror ()); + err); exit (1); } diff --git a/sysdeps/x86/tst-cet-legacy-6.c b/sysdeps/x86/tst-cet-legacy-6.c index 184a35b..bd45218 100644 --- a/sysdeps/x86/tst-cet-legacy-6.c +++ b/sysdeps/x86/tst-cet-legacy-6.c @@ -39,7 +39,7 @@ do_test_1 (const char *modname, bool fail) == NULL) { printf ("incorrect dlopen '%s' error: %s\n", modname, - dlerror ()); + err); exit (1); }