prevent CNAME/PTR parsing from reading data past the response end
[musl] / src / stdio / ofl.c
index b143999..aad3d17 100644 (file)
@@ -1,8 +1,10 @@
 #include "stdio_impl.h"
-#include "libc.h"
+#include "lock.h"
+#include "fork_impl.h"
 
 static FILE *ofl_head;
-static volatile int ofl_lock[2];
+static volatile int ofl_lock[1];
+volatile int *const __stdio_ofl_lockptr = ofl_lock;
 
 FILE **__ofl_lock()
 {