index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
prog
Commit message (
Expand
)
Author
Age
Files
Lines
*
prog: fix panic during squashing
Dmitry Vyukov
2024-05-03
2
-45
/
+47
*
syz-manager: print better message about disabled syscalls
Dmitry Vyukov
2024-04-29
2
-5
/
+5
*
prog: add raw deserialization mode
Dmitry Vyukov
2024-04-29
2
-7
/
+21
*
all: go fix everything
Dmitry Vyukov
2024-04-26
2
-2
/
+0
*
pkg/host: move glob parsing to host
Dmitry Vyukov
2024-04-24
2
-4
/
+84
*
pkg/ifuzz/arm64: add arm64 support
Alexander Potapenko
2024-04-24
1
-6
/
+7
*
tools/syz-linter: check t.Logf/Errorf/Fatalf messages
Dmitry Vyukov
2024-04-17
13
-25
/
+25
*
pkg/ipc: pass only exec encoding to Exec
Dmitry Vyukov
2024-04-16
2
-7
/
+7
*
prog: include number of calls into exec encoding
Dmitry Vyukov
2024-04-16
3
-2
/
+23
*
prog: don't require preallocated buffer for exec encoding
Dmitry Vyukov
2024-04-16
6
-50
/
+29
*
prog: profile what consumes space in exec encoding
Dmitry Vyukov
2024-04-15
4
-32
/
+53
*
prog: more compact exec encoding for addresses
Dmitry Vyukov
2024-04-15
3
-112
/
+284
*
prog: don't pad data in exec encoding
Dmitry Vyukov
2024-04-15
3
-13
/
+6
*
prog: use leb128 for exec encoding
Dmitry Vyukov
2024-04-15
3
-62
/
+78
*
prog: fix selection of args eligible for squashing
Dmitry Vyukov
2024-04-15
6
-109
/
+146
*
prog: cleanup ChoiceTable
Aleksandr Nogikh
2024-04-12
1
-9
/
+4
*
prog: update the choice table aglorithm
Aleksandr Nogikh
2024-04-11
2
-22
/
+44
*
pkg/fuzzer: don't triage saturated calls
Dmitry Vyukov
2024-04-03
1
-0
/
+10
*
prog: use optimized mutation parameters
Aleksandr Nogikh
2024-04-02
2
-9
/
+54
*
prog: collect parents during arg traversal
Aleksandr Nogikh
2024-03-21
3
-102
/
+101
*
prog: optimize resourceCentric()
Aleksandr Nogikh
2024-03-20
2
-6
/
+12
*
prog: speed up TestDeterminism()
Aleksandr Nogikh
2024-03-14
1
-1
/
+5
*
prog: enable MutateWithHints() abortion
Aleksandr Nogikh
2024-03-14
3
-20
/
+39
*
prog: tolerate differing array sizes in replaceArg
Aleksandr Nogikh
2024-03-13
1
-2
/
+18
*
prog: auto-set proper conditional fields in Deserialize()
Aleksandr Nogikh
2024-03-13
7
-15
/
+41
*
sys/linux: clone args before mutation
Aleksandr Nogikh
2024-03-13
2
-0
/
+7
*
prog: fix resource leak during replaceArg() of union fields
Aleksandr Nogikh
2024-03-13
3
-1
/
+20
*
Revert "prog: fix resource leak during replaceArg() of union fields"
Aleksandr Nogikh
2024-03-08
3
-20
/
+1
*
Revert "sys/linux: clone args before mutation"
Aleksandr Nogikh
2024-03-08
2
-7
/
+0
*
Revert "prog: auto-set proper conditional fields in Deserialize()"
Aleksandr Nogikh
2024-03-08
7
-41
/
+15
*
prog: auto-set proper conditional fields in Deserialize()
Aleksandr Nogikh
2024-03-08
7
-15
/
+41
*
sys/linux: clone args before mutation
Aleksandr Nogikh
2024-03-08
2
-0
/
+7
*
prog: fix resource leak during replaceArg() of union fields
Aleksandr Nogikh
2024-03-08
3
-1
/
+20
*
prog: fix TestCreateResource tests
Aleksandr Nogikh
2024-02-21
1
-0
/
+3
*
prog: remove side effects of BuildChoiceTable
Aleksandr Nogikh
2024-02-21
1
-8
/
+11
*
prog: handle multiple matching union fields
Aleksandr Nogikh
2024-02-19
5
-35
/
+97
*
prog: test len calculation of structs with conditions
Aleksandr Nogikh
2024-02-19
1
-0
/
+8
*
prog: support conditional fields
Aleksandr Nogikh
2024-02-19
9
-29
/
+531
*
pkg/compiler: support if[expr] attributes
Aleksandr Nogikh
2024-02-19
1
-0
/
+57
*
prog: make invalid union field error more explicit
Aleksandr Nogikh
2024-02-19
2
-3
/
+6
*
prog: highlight error location
Aleksandr Nogikh
2024-02-19
1
-2
/
+7
*
prog: make validation errors more verbose
Aleksandr Nogikh
2024-02-19
1
-2
/
+2
*
pkg/compiler: extend parent reference support in len
Aleksandr Nogikh
2024-02-19
2
-26
/
+60
*
syz-manager: prefer non-ANY progs in corpus minimization
Aleksandr Nogikh
2024-02-08
2
-2
/
+11
*
prog: swap array elements during mutation
Aleksandr Nogikh
2024-02-08
1
-1
/
+7
*
sys/syz-sysgen: save flags's possible values
Florent Revest
2024-02-01
2
-0
/
+12
*
prog: keep ConstMap after target initialization
Florent Revest
2024-02-01
1
-4
/
+0
*
prog: optimize call minimization
Aleksandr Nogikh
2024-01-18
1
-0
/
+11
*
prog: fix an invalid rnd.Perm() invocation
Aleksandr Nogikh
2024-01-17
1
-1
/
+1
*
prog: restructure resource generation
Aleksandr Nogikh
2024-01-15
2
-12
/
+18
[next]