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
/
mutation.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: use min/max functions
Dmitry Vyukov
2025-01-17
1
-21
/
+6
*
prog: fix validation of DataMmapProg
Dmitry Vyukov
2024-05-06
1
-0
/
+3
*
prog: use optimized mutation parameters
Aleksandr Nogikh
2024-04-02
1
-9
/
+52
*
prog: fix resource leak during replaceArg() of union fields
Aleksandr Nogikh
2024-03-13
1
-1
/
+0
*
Revert "prog: fix resource leak during replaceArg() of union fields"
Aleksandr Nogikh
2024-03-08
1
-0
/
+1
*
prog: fix resource leak during replaceArg() of union fields
Aleksandr Nogikh
2024-03-08
1
-1
/
+0
*
prog: support conditional fields
Aleksandr Nogikh
2024-02-19
1
-1
/
+3
*
prog: swap array elements during mutation
Aleksandr Nogikh
2024-02-08
1
-1
/
+7
*
pkg/image: treat empty compressed image as valid image
Dmitry Vyukov
2022-12-22
1
-3
/
+0
*
pkg/image: optimize image decompression
Dmitry Vyukov
2022-12-22
1
-8
/
+0
*
pkg/image: make Decompress easier to use
Dmitry Vyukov
2022-12-22
1
-4
/
+2
*
pkg/image: factor out from prog
Dmitry Vyukov
2022-12-22
1
-6
/
+8
*
prog: refactor HeatMap
Dmitry Vyukov
2022-11-25
1
-5
/
+3
*
prog: use randInt when mutating images
Dmitry Vyukov
2022-11-23
1
-1
/
+1
*
prog: don't decompress more than 1 image at a time
Dmitry Vyukov
2022-11-23
1
-0
/
+8
*
prog: move image mutation into a separate function
Dmitry Vyukov
2022-11-23
1
-23
/
+26
*
prog, pkg/compiler: add `BufferCompressed` buffer type & `compressed_image` b...
Hrutvik Kanabar
2022-11-21
1
-0
/
+28
*
pkg/mgrconfig, prog, syz-fuzzer: manager-configurable syscall mutation
Hrutvik Kanabar
2022-09-22
1
-16
/
+25
*
prog: generate very long file names
Dmitry Vyukov
2022-08-10
1
-2
/
+7
*
prog: fix out-of-bounds access in any blob mutation
Dmitry Vyukov
2022-06-20
1
-4
/
+7
*
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
[next]