From 8fad22bf840fc968171bee6cf294f026eb1e0d3a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 9 Aug 2022 12:40:58 +0200 Subject: prog: generate very long file names Generate very long file names once in a while to provoke bugs like: https://github.com/google/gvisor/commit/f857f268eceb1cdee0b2bdfa218c969c84033fcd --- sys/test/init.go | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/test/init.go') diff --git a/sys/test/init.go b/sys/test/init.go index ee2281f70..1da6bbf52 100644 --- a/sys/test/init.go +++ b/sys/test/init.go @@ -10,4 +10,5 @@ import ( func InitTarget(target *prog.Target) { target.MakeDataMmap = targets.MakeSyzMmap(target) + target.SpecialFileLenghts = []int{3, 256} } -- cgit mrf-deployment