From 593edbc2d565b50a6d59c403e27a0ec755915419 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Mon, 23 Sep 2013 01:02:10 -0400 Subject: [PATCH] Sync CVE-2013-4788 patch (no need for NVR bump). --- glibc-rh985625-CVE-2013-4788.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glibc-rh985625-CVE-2013-4788.patch b/glibc-rh985625-CVE-2013-4788.patch index a2d2c4d..4888431 100644 --- a/glibc-rh985625-CVE-2013-4788.patch +++ b/glibc-rh985625-CVE-2013-4788.patch @@ -332,8 +332,8 @@ index ababf65..77408c6 100644 extern uintptr_t __stack_chk_guard; #define STACK_CHK_GUARD __stack_chk_guard + -+extern uintptr_t __pointer_chk_guard; -+#define POINTER_CHK_GUARD __pointer_chk_guard ++extern uintptr_t __pointer_chk_guard_local; ++#define POINTER_CHK_GUARD __pointer_chk_guard_local diff --git a/sysdeps/i386/stackguard-macros.h b/sysdeps/i386/stackguard-macros.h index 8c31e19..0397629 100644 --- a/sysdeps/i386/stackguard-macros.h