Sync CVE-2013-4788 patch (no need for NVR bump).

This commit is contained in:
Carlos O'Donell 2013-09-23 01:02:10 -04:00
parent 2cd5135a96
commit 593edbc2d5
1 changed files with 2 additions and 2 deletions

View File

@ -332,8 +332,8 @@ index ababf65..77408c6 100644
extern uintptr_t __stack_chk_guard; extern uintptr_t __stack_chk_guard;
#define STACK_CHK_GUARD __stack_chk_guard #define STACK_CHK_GUARD __stack_chk_guard
+ +
+extern uintptr_t __pointer_chk_guard; +extern uintptr_t __pointer_chk_guard_local;
+#define POINTER_CHK_GUARD __pointer_chk_guard +#define POINTER_CHK_GUARD __pointer_chk_guard_local
diff --git a/sysdeps/i386/stackguard-macros.h b/sysdeps/i386/stackguard-macros.h diff --git a/sysdeps/i386/stackguard-macros.h b/sysdeps/i386/stackguard-macros.h
index 8c31e19..0397629 100644 index 8c31e19..0397629 100644
--- a/sysdeps/i386/stackguard-macros.h --- a/sysdeps/i386/stackguard-macros.h