summaryrefslogtreecommitdiff
path: root/test/test.c
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-13 19:13:21 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-04-13 19:13:21 +0200
commit019d24519de9d6e139976d7cb2e8150f8a3cda82 (patch)
treeb04c1fceb61166892f016840c53d6499c565d49b /test/test.c
parentd4b40162814bd45528733f113542d1b3b5db8f56 (diff)
Be careful not to inject function calls into static initializersHEADmaster
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index b3012d7..42d4cc9 100644
--- a/test/test.c
+++ b/test/test.c
@@ -36,7 +36,7 @@ dosthelse (mach_port_t *p)
}
mach_port_t some_port;
-mach_port_t some_other_port;
+mach_port_t some_other_port = MACH_PORT_DEAD;
void
dosthglobal (void)