HomeSort by relevance Sort by last modified time
    Searched refs:syz (Results 51 - 66 of 66) sorted by null

1 23

  /external/syzkaller/pkg/csource/
options.go 81 // This tries to create syz-tmp dir in cwd,
csource.go 145 // mmap2 has the right signature. syz-extract translates mmap to mmap2, do the same here.
  /external/syzkaller/sys/linux/
init.go 68 // This should not be here, but for now we expose this for syz-fuzzer.
  /external/syzkaller/tools/syz-runtest/
runtest.go 5 // $ syz-runtest -config manager.config
  /external/syzkaller/dashboard/app/
main.go 30 http.Handle("/x/repro.syz", handlerWrapper(handleTextX(textReproSyz)))
323 return "repro.syz"
access_test.go 230 crashOpen.ReproSyz = []byte(accessPrefix + "repro syz")
reporting.go 185 return " syz repro"
669 log.Errorf(c, "bug '%v': has syz repro, but crash without syz repro", bug.Title)
jobs.go 266 // doneJob is called by syz-ci to mark completion of a job.
api.go 57 reproRetryPeriod = 24 * time.Hour // try 1 repro per day until we have at least syz repro
  /external/syzkaller/syz-ci/
manager.go 45 // Manager represents a single syz-manager instance.
334 bin := filepath.FromSlash("syzkaller/current/bin/syz-manager")
  /external/syzkaller/syz-fuzzer/
fuzzer.go 103 flagTest = flag.Bool("test", false, "enable image testing mode") // used by syz-ci
131 log.Logf(0, "SYZ-FUZZER: PREEMPTED")
testing.go 81 bin, err := osutil.TempFile("syz-runtest")
  /external/syzkaller/pkg/report/
linux.go 104 "Out of memory: Kill process .* \\(syz-fuzzer\\)",
106 "Killed process .* \\(syz-fuzzer\\)",
108 "lowmemorykiller: Killing 'syz-fuzzer'",
    [all...]
  /external/syzkaller/vm/adb/
adb.go 261 // using syz-executor to issue reboot syscall. However, this has stopped
  /external/syzkaller/pkg/host/
host_linux.go 538 if !bytes.Contains(report, []byte(`comm "syz-executor`)) {
  /external/syzkaller/vm/gce/
gce.go 5 // It is assumed that syz-manager also runs on GCE as VMs are created in the current project/zone.

Completed in 280 milliseconds

1 23