aboutsummaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorJukka Kaartinen <jukka.kaartinen@unikie.com>2020-06-04 15:00:05 +0300
committerDmitry Vyukov <dvyukov@google.com>2020-06-15 18:41:13 +0200
commitf56b57263868a898c5368477245ca45bc49f761a (patch)
tree2e4cfeded506658b62abfbc9ef59ad436398fee6 /AUTHORS
parent8e3ab94116d1518722c1b341ce88a81b957e90be (diff)
tools/syz-crush: Add feature to run C-program
usage: syz-crush -config=config.json creprog.c Produced output is same as syz-manager produces. New directory called reproduced_with is added that lists all the reproducers that triggered the crash. Example: ~/workdir/crashes $ tree . ├── 2a8fff76c6267ecfeaf3530a602ed48afbc4a151 │   ├── description │   ├── log0 │   ├── log1 │   ├── log2 │   ├── report0 │   ├── report1 │   ├── report2 │   └── reproduced_with │   └── 17a6ed226769660f3e5dad7b22b13466b938e290.c ├── 2b6b921457afe8cebd0a96ca40f8569e6ee95174 │   ├── description │   ├── log0 │   ├── log1 │   ├── log2 │   ├── log3 │   ├── log4 │   ├── log5 │   ├── report0 │   ├── report1 │   ├── report2 │   ├── report3 │   ├── report4 │   ├── report5 │   └── reproduced_with │   ├── 9fb2f5b37bf4428382334e336bbbb201634c7c4c.c │   └── ab27002b46d19cafb1ebb8b040f0a3b0f8f88974.c Signed-off-by: Jukka Kaartinen <jukka.kaartinen@unikie.com>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 48bcbc3dc..8a63d26ec 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -38,3 +38,4 @@ JinWoo Lee
Andrew Turner
Ethercflow
Collabora
+Bayerische Motoren Werke Aktiengesellschaft (BMW AG)