|
@@ -39,7 +39,8 @@ const char *s = NULL;
|
|
|
#ifdef __OpenBSD__
|
|
|
/* Disable some of OpenBSD's malloc protections for this test. This helps
|
|
|
* us do bad things, such as access freed buffers, without crashing. */
|
|
|
-const char *malloc_options="sufjj";
|
|
|
+extern const char *malloc_options;
|
|
|
+const char *malloc_options = "sufjj";
|
|
|
#endif
|
|
|
|
|
|
static unsigned
|