Merge branch 'bug29145_029' into maint-0.4.0

This commit is contained in:
Nick Mathewson
2019-02-19 11:49:20 -05:00
2 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -47,7 +47,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