Do not need __guard anymore
authorderaadt <deraadt@openbsd.org>
Sat, 28 Dec 2013 18:41:48 +0000 (18:41 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 28 Dec 2013 18:41:48 +0000 (18:41 +0000)
Discussion with miod
ok kettenis

libexec/ld.so/util.c

index d8d5a43..f97c7a2 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: util.c,v 1.27 2013/11/13 05:41:42 deraadt Exp $       */
+/*     $OpenBSD: util.c,v 1.28 2013/12/28 18:41:48 deraadt Exp $       */
 
 /*
  * Copyright (c) 1998 Per Fogelstrom, Opsycon AB
@@ -38,7 +38,6 @@
  * Ideally, a scheme to compile these stubs from libc should be used, but
  * this would end up dragging too much code from libc here.
  */
-long __guard[8] __dso_public __attribute__((section(".openbsd.randomdata")));
 long __guard_local __dso_hidden __attribute__((section(".openbsd.randomdata")));
 
 void __stack_smash_handler(char [], int);