X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fregression%2Fmemmem-oob.c;h=5249284b5ca8f7522c62938fefbaa25bbb80f065;hb=f0101b1c9daa2cc5aa25eb303ebaa4e886a1a1d9;hp=f3c57ad6ef502d10b11fc29aaec07f8b7f1b5659;hpb=13492aa23fb6fa828261c8242485178603335fcd;p=libc-test diff --git a/src/regression/memmem-oob.c b/src/regression/memmem-oob.c index f3c57ad..5249284 100644 --- a/src/regression/memmem-oob.c +++ b/src/regression/memmem-oob.c @@ -1,4 +1,8 @@ +// commit 6fbdeff0e51f6afc38fbb1476a4db81322779da4 2014-04-09 // memmem should not access oob data +#ifndef _GNU_SOURCE +#define _GNU_SOURCE +#endif #include #include "test.h"