]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/generic/stackguard-macros.h
BZ #15754: CVE-2013-4788
[thirdparty/glibc.git] / sysdeps / generic / stackguard-macros.h
index ababf65d37f6e83be02c7b65ea6cb667a4fe6ed7..4fa3d96f796e98fd19f14f4e99d38c3a9f95455e 100644 (file)
@@ -2,3 +2,6 @@
 
 extern uintptr_t __stack_chk_guard;
 #define STACK_CHK_GUARD __stack_chk_guard
+
+extern uintptr_t __pointer_chk_guard_local;
+#define POINTER_CHK_GUARD __pointer_chk_guard_local