index
:
syz
actual
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
/
mutation.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/csource: remove calls instead of skipping them
Aleksandr Nogikh
2021-10-01
1
-4
/
+4
*
pkg/compiler: add glob type
Joey Jiaojg
2021-05-26
1
-0
/
+6
*
prog: fix UnionType mutation for when per-field dir is specified
Necip Fazil Yildiran
2020-08-14
1
-2
/
+2
*
prog: reduce number of allocations in Mutate
Dmitry Vyukov
2020-05-18
1
-31
/
+29
*
prog: introduce Field type
Dmitry Vyukov
2020-05-02
1
-17
/
+7
*
prog: rename {PtrType,ArrayType}.Type to Elem
Dmitry Vyukov
2020-05-01
1
-1
/
+1
*
prog: remove Dir from Type
Dmitry Vyukov
2020-05-01
1
-14
/
+14
*
prog: reduce code nesting level
Dmitry Vyukov
2020-04-28
1
-20
/
+20
*
prog: rename target.SanitizeCall to Neutralize
Dmitry Vyukov
2020-03-17
1
-3
/
+1
*
prog: control program length
Dmitry Vyukov
2020-03-13
1
-16
/
+29
*
prog: remove use of unsafe
Dmitry Vyukov
2020-02-09
1
-11
/
+9
*
prog: reduce len mutation priority
Dmitry Vyukov
2020-01-18
1
-1
/
+2
*
prog: increase array size during mutation
Dmitry Vyukov
2020-01-07
1
-2
/
+8
*
prog: don't mutate strings with enumerated values
Dmitry Vyukov
2020-01-05
1
-4
/
+8
*
prog, pkg/compiler: alignment for integer ranges
Paul Chaignon
2019-10-25
1
-12
/
+45
*
prog: mutate length of output buffers
Veronica Radu
2019-10-10
1
-6
/
+26
*
prog: fix plain priority for integers
Veronica Radu
2019-10-02
1
-1
/
+1
*
prog: add insertionPoint param in generateCall func
Veronica Radu
2019-09-23
1
-1
/
+1
*
prog: use type size when generating/mutating ints
Veronica Radu
2019-09-23
1
-2
/
+4
*
prog: implemented argument and call priorities
Veronica Radu
2019-09-04
1
-36
/
+176
*
prog: move all flag mutation logic into flags() (#1362)
Andrey Konovalov
2019-09-03
1
-21
/
+1
*
prog: add implementation for resource centric
Veronica Radu
2019-09-03
1
-3
/
+4
*
prog: add special mutation for binary flags
Veronica Radu
2019-08-09
1
-1
/
+25
*
prog: fix crash in blob mutation
Dmitry Vyukov
2019-07-26
1
-1
/
+1
*
prog/mutation: Add internal comments
Marco Elver
2019-06-07
1
-7
/
+27
*
prog: add concept of "special pointers"
Dmitry Vyukov
2018-08-30
1
-1
/
+8
*
prog: split and simplify Mutate
Dmitry Vyukov
2018-08-02
1
-108
/
+135
*
prog: introduce debugValidate
Dmitry Vyukov
2018-08-02
1
-5
/
+1
*
prog: mutate fixed-size strings more
Dmitry Vyukov
2018-06-12
1
-4
/
+4
*
prog: refactor mutateArg from a big huge function
Dmitry Vyukov
2018-05-07
1
-131
/
+180
*
prog: dedup mutation code
Dmitry Vyukov
2018-05-07
1
-127
/
+71
*
gometalinter: enable cyclomatic complexity checking
Dmitry Vyukov
2018-05-04
1
-207
/
+204
*
prog: support big-endian during hints matching
Dmitry Vyukov
2018-04-01
1
-0
/
+15
*
prog: fix 32-bit build
Dmitry Vyukov
2018-03-05
1
-1
/
+1
*
pkg/compiler: allow specifying static size for filename's
Dmitry Vyukov
2018-03-05
1
-1
/
+1
*
prog: fix address analysis
Dmitry Vyukov
2018-02-26
1
-7
/
+16
*
prog: add arbitrary mutation of complex structs
Dmitry Vyukov
2018-02-25
1
-125
/
+198
*
prog: rework address allocation
Dmitry Vyukov
2018-02-19
1
-22
/
+9
*
prog: fix mutationArgs for special types
Dmitry Vyukov
2018-02-19
1
-52
/
+26
*
prog: rework foreachArg
Dmitry Vyukov
2018-02-19
1
-34
/
+28
*
sys/linux: extend netfilter descriptions
Dmitry Vyukov
2018-01-27
1
-475
/
+263
*
prog: remove unused UnionArg.OptionType
Dmitry Vyukov
2018-01-27
1
-1
/
+1
*
pkg/compiler: allow unions with only 1 field
Dmitry Vyukov
2018-01-27
1
-6
/
+17
*
pkg/compiler: support non-zero-terminated strings
Dmitry Vyukov
2018-01-18
1
-1
/
+1
*
pkg/compiler: support void type
Dmitry Vyukov
2018-01-13
1
-1
/
+2
*
prog: mutate len arguments
Dmitry Vyukov
2017-12-31
1
-10
/
+15
*
prog: don't serialize output data args
Dmitry Vyukov
2017-12-17
1
-12
/
+14
*
prog: append a bunch of bytes during mutation
Dmitry Vyukov
2017-12-08
1
-6
/
+20
*
prog: export MakeData/UnionArg as we do for other arg types
Dmitry Vyukov
2017-11-22
1
-1
/
+1
*
syz-fuzzer: don't send/check CallIndex for inputs
Dmitry Vyukov
2017-10-10
1
-1
/
+1
[next]