Sync CVE-2013-4788 patch (no need for NVR bump).
This commit is contained in:
parent
2cd5135a96
commit
593edbc2d5
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user