Do not need __guard[] anymore since we are now relying on __guard_local
authorderaadt <deraadt@openbsd.org>
Sat, 28 Dec 2013 18:42:42 +0000 (18:42 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 28 Dec 2013 18:42:42 +0000 (18:42 +0000)
for a while already
ok miod kettenis

lib/libc/sys/stack_protector.c

index c89f572..5cdb06d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: stack_protector.c,v 1.14 2013/12/27 18:32:19 deraadt Exp $    */
+/*     $OpenBSD: stack_protector.c,v 1.15 2013/12/28 18:42:42 deraadt Exp $    */
 
 /*
  * Copyright (c) 2002 Hiroaki Etoh, Federico G. Schwindt, and Miodrag Vallat.
@@ -33,8 +33,6 @@
 #include <syslog.h>
 #include <unistd.h>
 
-long __guard[8] __attribute__((section(".openbsd.randomdata")));
-
 void __stack_smash_handler(char func[], int damaged __attribute__((unused)));
 
 /*ARGSUSED*/