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