]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nptl/tst-tls4moda.c
Further harden glibc malloc metadata against 1-byte overflows.
[thirdparty/glibc.git] / nptl / tst-tls4moda.c
index da902d9d61b38ea30b17e098a208f65817179f2e..cd44f4ec987560c19f0dfcff5fae412579e7c91a 100644 (file)
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <stdio.h>
+#include <stddef.h>
 #include <stdlib.h>
-#include <unistd.h>
-#include <tls.h>
-
 
 static __thread unsigned char foo [32]
   __attribute__ ((tls_model ("initial-exec"), aligned (sizeof (void *))));