aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor.cc
Commit message (Expand)AuthorAgeFilesLines
...
* executor: msvc support syz-executorSuraj K Suresh2020-10-031-6/+10
* executor: check for \n in fail/exitf messagesDmitry Vyukov2020-09-281-1/+1
* executor: make exit code during fail() depend on fault injectionAleksandr Nogikh2020-09-221-1/+24
* all: integrate with mac80211_hwsimAleksandr Nogikh2020-09-221-0/+2
* sys/test/test: add a hanging testDmitry Vyukov2020-09-121-1/+1
* executor: warn about C89-style var declarationsDmitry Vyukov2020-08-141-4/+4
* executor: add some code style checksDmitry Vyukov2020-08-061-1/+1
* all: initialize vhci in linuxTheOfficialFloW2020-07-301-0/+2
* executor: wrap all syscalls into NONFAILINGDmitry Vyukov2020-07-151-2/+5
* executor: fix bitfields for big-endian archAlexander Egorenkov2020-07-101-1/+11
* executor: clarify debug/debug_verbose useDmitry Vyukov2020-07-081-1/+5
* executor: prohibit mallocDmitry Vyukov2020-07-081-0/+7
* executor: don't use static_assertDmitry Vyukov2020-06-251-1/+1
* executor: fix write_output_64Alexander Egorenkov2020-06-251-1/+7
* ipc: fix endianness issuesAlexander Egorenkov2020-06-231-6/+13
* executor: Improve used terminologyMarco Elver2020-06-151-1/+1
* all: use more respective languageDmitry Vyukov2020-06-111-2/+2
* prog: add ignore_return and breaks_returns call attribtuesDmitry Vyukov2020-04-191-0/+4
* sys/linux: sync call timeouts with executorDmitry Vyukov2020-04-191-1/+2
* sys/linux: add timeout call attributesDmitry Vyukov2020-04-191-24/+7
* prog: introduce call attributesDmitry Vyukov2020-04-191-0/+4
* executor: surround the data mapping with PROT_NONE pagesDmitry Vyukov2020-04-181-1/+1
* executor: fix format warningDmitry Vyukov2020-03-131-2/+2
* executor: add more debugging output for running=-1Dmitry Vyukov2020-03-131-1/+13
* executor, sys/linux: add ath9k usb descriptionsAndrey Konovalov2020-03-131-2/+2
* executor: prevent "NMI handler took too long" messagesDmitry Vyukov2020-03-061-0/+4
* executor: refactor extra cover handlingDmitry Vyukov2020-02-171-18/+16
* executor: increase input buffer sizeDmitry Vyukov2020-02-101-1/+1
* executor: fix syz_mount_imageDmitry Vyukov2019-12-101-0/+2
* executor: refactor sandbox flagsDmitry Vyukov2019-11-161-25/+17
* executor: rename some flagsDmitry Vyukov2019-11-161-39/+39
* executor: move fixed pci devlink handle into network namespaceJiri Pirko2019-11-031-0/+2
* syz-fuzzer, executor: Add support for blacklisting data race framesMarco Elver2019-10-221-0/+8
* executor, csource: adjust syz_open_dev$hiddev timeoutAndrey Konovalov2019-09-241-0/+2
* executor: fix out-of-bounds access to syscalls arrayAndrey Konovalov2019-09-171-20/+20
* executor: add some USB realted TODOs (#1319)Andrey Konovalov2019-08-071-14/+7
* sys/linux, executor: add syz_usb_ep_read syzkallAndrey Konovalov2019-07-011-2/+10
* sys/linux, executor: add basic USB HID fuzzing supportAndrey Konovalov2019-06-241-6/+14
* executor: improve usb coverage attributionAndrey Konovalov2019-06-121-9/+18
* executor: Protect the coverage bufferAndrew Turner2019-06-041-0/+6
* pkg/csource: generate timeouts for USB syzcallsAndrey Konovalov2019-05-311-0/+1
* executor: implement support for leak checkingDmitry Vyukov2019-05-201-9/+43
* executor: fix 32-bit buildDmitry Vyukov2019-05-071-3/+3
* executor: change syscall argument type to intptr_tmunjinoo2019-05-071-4/+4
* executor: adjust waiting time for all usb syzcallsAndrey Konovalov2019-04-231-8/+14
* all: add basic USB fuzzing supportAndrey Konovalov2019-04-111-1/+14
* all: add optional close_fds feature to reproducersAndrey Konovalov2019-04-091-0/+6
* execprog, stress, prog2c: unify flags to enable additional featuresAndrey Konovalov2019-03-051-6/+12
* executor: fix detection of blocked callsDmitry Vyukov2019-02-131-2/+1
* executor, pkg/ipc: simplify retry handlingDmitry Vyukov2019-01-311-16/+8