From 019d24519de9d6e139976d7cb2e8150f8a3cda82 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sun, 13 Apr 2014 19:13:21 +0200 Subject: Be careful not to inject function calls into static initializers --- test/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.c') 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) -- cgit v1.2.3