/external/clang/test/Analysis/diagnostics/ |
deref-track-symbolic-region.c | 12 void test(struct S syz, int *pp) { 14 syz.x = foo(); // expected-note{{Value assigned to 'syz.x'}} 16 struct S *ps = &syz; 23 m += *syz.x; // expected-warning{{Dereference of null pointer (loaded from field 'x')}} 27 void testTrackConstraintBRVisitorIsTrackingTurnedOn(struct S syz, int *pp) { 29 syz.x = foo(); // expected-note{{Value assigned to 'syz.x'}} 31 struct S *ps = &syz; 37 int *p = syz.x; //expected-note {{'p' initialized to a null pointer value} [all...] |
/external/syzkaller/pkg/email/ |
reply_test.go | 32 #syz foo 38 > #syz foo 48 #syz foo 54 > #syz foo 64 #syz foo`, 68 > #syz foo
|
parser_test.go | 148 #syz fix: bar baz `, 156 #syz fix: bar baz 165 > #syz fix: bar baz 175 #syz test: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git 183 #syz test: 191 #syz test: 201 #syz test_5_arg_cmd arg1 213 #syz test_5_arg_cmd arg1 220 #syz test_5_arg_cmd arg1 228 #syz test_5_arg_cmd arg [all...] |
patch_test.go | 293 text: `syz-dash: first version of dashboard app 294 diff --git a/syz-dash/api.go b/syz-dash/api.go 298 +++ b/syz-dash/api.go 302 title: "syz-dash: first version of dashboard app", 304 +++ b/syz-dash/api.go
|
/external/syzkaller/ |
Makefile | 5 # - HOSTOS/HOSTARCH: pair where syz-manager will run. 30 go run tools/syz-env/env.go)) 34 $(error syz-env failed) 85 bin/syz-sysgen bin/syz-extract bin/syz-fmt \ 99 GOOS=$(HOSTOS) GOARCH=$(HOSTARCH) $(HOSTGO) install ./syz-manager 103 GOOS=$(TARGETGOOS) GOARCH=$(TARGETGOARCH) $(GO) install ./syz-fuzzer 109 $(CC) -o ./bin/$(TARGETOS)_$(TARGETARCH)/syz-executor$(EXE) executor/executor.cc \ 114 GOOS=$(HOSTOS) GOARCH=$(HOSTARCH) $(HOSTGO) build $(GOHOSTFLAGS) -o ./bin/syz-manager github.com/google/syzkaller/syz-manage [all...] |
/external/syzkaller/tools/syz-tty/ |
syz-tty.go | 4 // syz-tty is utility for testing of usb console reading code. Usage: 5 // $ syz-tty /dev/ttyUSBx
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
HarmonicCoefficientsGuesser.java | 201 double syz = 0.0; local 232 syz += f2Integral * fPrime2Integral; 237 double c1 = sy2 * sxz - sxy * syz; 238 double c2 = sxy * sxz - sx2 * syz;
|
/external/syzkaller/dashboard/app/ |
jobs_test.go | 39 c.incomingEmail(sender, "#syz upstream\n") 51 c.incomingEmail(sender, "#syz test: git://git.git/git.git kernel-branch\n"+patch, 58 crash.ReproSyz = []byte("repro syz") 66 c.incomingEmail(sender, "#syz test: repo", 71 c.incomingEmail(sender, "#syz test: repo branch commit", 76 c.incomingEmail(sender, "#syz test: repo branch", 81 c.incomingEmail(sender, "#syz test: git://git.git/git.git kernel-branch\n"+patch, 88 c.incomingEmail(sender, "#syz test: git://git.git/git.git kernel-branch\n"+patch, 95 c.incomingEmail(sender, "#syz test: git://git.git/git.git kernel-branch\n"+patch, 112 c.expectEQ(pollResp.ReproSyz, []byte("repro syz")) [all...] |
email_test.go | 98 #syz fix: exact-commit-title 100 #syz dup: exact-subject-of-another-report 102 #syz invalid 115 // We used to extract "#syz fix: exact-commit-title" from it. 118 // Now report syz reproducer and check updated email. 173 c.incomingEmail(sender0, "#syz upstream") 310 #syz bad-command 322 if !strings.Contains(msg.Body, `> #syz bad-command 331 c.incomingEmail(sender1, "#syz fix: some: commit title") 386 #syz upstrea [all...] |
repro_test.go | 17 // - upload syz repro -> still need repro 40 crash2.ReproSyz = []byte("repro syz") 68 crash1.ReproSyz = []byte("repro syz") 121 // Test that after uploading 5 syz repros, app stops requesting repros. 128 crash1.ReproSyz = []byte("repro syz")
|
/external/syzkaller/tools/syz-crush/ |
crush.go | 4 // syz-crush replays crash log on multiple VMs. Usage: 5 // syz-crush -config=config.file execution.log 36 log.Fatalf("usage: syz-crush -config=config.file execution.log") 115 f, err := ioutil.TempFile(".", "syz-crush")
|
/external/syzkaller/tools/syz-fmt/ |
syz-fmt.go | 4 // syz-fmt re-formats sys files into standard form. 20 fmt.Fprintf(os.Stderr, "usage: syz-fmt files... or dirs...\n")
|
/external/syzkaller/syz-ci/ |
managercmd.go | 16 // ManagerCmd encapsulates a single instance of syz-manager process. 17 // It automatically restarts syz-manager if it exits unexpectedly, 30 // NewManagerCmd starts new syz-manager process.
|
syz-ci.go | 4 // syz-ci is a continuous fuzzing system for syzkaller. 5 // It runs several syz-manager's, polls and rebuilds images for managers 14 // - Manager: handles kernel build and syz-manager process (one per manager) 21 // - syz-ci is always built on the same revision as the rest of syzkaller binaries, 33 // syz-ci : current executable 34 // syz-ci.tag : tag of the current executable (syzkaller git hash)
|
/external/syzkaller/dashboard/app/static/ |
common.js | 46 function reproSort(v) { return v == "C" ? 0 : v == "syz" ? 1 : 2; }
|
/external/syzkaller/tools/syz-bisect/ |
bisect.go | 52 mgrcfg.Workdir, err = ioutil.TempDir("", "syz-bisect") 79 loadFile("repro.syz", &cfg.Repro.Syz)
|
/external/syzkaller/tools/syz-benchcmp/ |
benchcmp.go | 4 // syz-benchcmp visualizes syz-manager benchmarking results. 5 // First, run syz-manager with -bench=old flag. 6 // Then, do experimental modifications and run syz-manager again with -bench=new flag. 7 // Then, run syz-benchcmp old new. 41 fmt.Fprintf(os.Stderr, "usage: syz-benchcmp [flags] bench_file0 [bench_file1 [bench_file2]]...\n")
|
/external/syzkaller/vm/kvm/ |
kvm.go | 101 sandbox := fmt.Sprintf("syz-%v", index) 237 cmdFile := filepath.Join(inst.sandboxPath, "/syz-cmd") 294 if [ -e "/syz-cmd" ]; then 295 /syz-cmd 296 rm -f /syz-cmd
|
/external/syzkaller/pkg/csource/ |
build.go | 34 // We call the binary syz-executor because it sometimes shows in bug titles, 36 bin, err := osutil.TempFile("syz-executor")
|
/external/syzkaller/syz-hub/ |
http.go | 98 <title>syz-hub</title> 102 <b>syz-hub</b>
|
/external/syzkaller/syz-hub/state/ |
state_test.go | 16 dir, err := ioutil.TempDir("", "syz-hub-state-test") 41 dir, err := ioutil.TempDir("", "syz-hub-state-test")
|
/external/syzkaller/tools/syz-db/ |
syz-db.go | 53 fmt.Fprintf(os.Stderr, " syz-db pack dir corpus.db\n") 54 fmt.Fprintf(os.Stderr, " syz-db unpack corpus.db dir\n")
|
/external/syzkaller/pkg/ipc/ipcconfig/ |
ipcconfig.go | 16 flagExecutor = flag.String("executor", "./syz-executor", "path to executor binary")
|
/external/syzkaller/pkg/osutil/ |
fileutil_test.go | 19 tmp, err := ioutil.TempDir("", "syz")
|
/external/syzkaller/tools/ |
demo_setup.sh | 13 # If everything goes successfully, the script will start syz-manager 17 # syz-manager web UI contains a summary of crashes: 19 # You can always abort syz-manager with Ctrl+C and start it again by running 74 gopath/src/github.com/google/syzkaller/bin/syz-manager -config config
|