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
/
encoding.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
prog: error if program variable refers to non-resource
Dmitry Vyukov
2022-01-11
1
-0
/
+2
*
all: replace collide mode by `async` call property
Aleksandr Nogikh
2021-12-10
1
-0
/
+3
*
prog: don't use reflect.Value.IsZero
Dmitry Vyukov
2021-09-30
1
-1
/
+2
*
all: refactor fault injection into call props
Aleksandr Nogikh
2021-09-22
1
-4
/
+2
*
all: introduce call properties
Aleksandr Nogikh
2021-09-22
1
-2
/
+75
*
all: introduce a prog.Call constructor
Aleksandr Nogikh
2021-09-22
1
-5
/
+2
*
syz-manager, syz-fuzzer: filter stale glob values in the corpus
Dmitry Vyukov
2021-06-26
1
-1
/
+2
*
pkg/compiler: add glob type
Joey Jiaojg
2021-05-26
1
-1
/
+1
*
prog: allow arbitrary long lines in serialized programs
Dmitry Vyukov
2020-09-20
1
-21
/
+23
*
prog: extend error message on deserialization error
Dmitry Vyukov
2020-09-20
1
-1
/
+1
*
pkg, prog: add per-field direction attribute
Necip Fazil Yildiran
2020-08-13
1
-7
/
+10
*
prog/alloc: align address allocation for aligned[addr]
Albert van der Linde
2020-07-14
1
-1
/
+1
*
.golangci.yml: enable whitespace checker
Dmitry Vyukov
2020-06-05
1
-2
/
+0
*
prog: introduce Field type
Dmitry Vyukov
2020-05-02
1
-17
/
+19
*
prog: rename {PtrType,ArrayType}.Type to Elem
Dmitry Vyukov
2020-05-01
1
-10
/
+9
*
prog: remove Dir from Type
Dmitry Vyukov
2020-05-01
1
-58
/
+60
*
prog: make program parsing more permissive
Dmitry Vyukov
2020-04-28
1
-1
/
+2
*
prog: rename target.SanitizeCall to Neutralize
Dmitry Vyukov
2020-03-17
1
-2
/
+2
*
prog: control program length
Dmitry Vyukov
2020-03-13
1
-6
/
+8
*
prog: dump orig prog if Deserialize panics
Dmitry Vyukov
2020-02-21
1
-0
/
+6
*
pkg/compiler: fix another bitfield layout bug
Dmitry Vyukov
2020-01-07
1
-1
/
+1
*
prog: fix tests for string enforcement
Dmitry Vyukov
2020-01-05
1
-1
/
+3
*
prog: don't mutate strings with enumerated values
Dmitry Vyukov
2020-01-05
1
-3
/
+17
*
prog: fix a typo in a comment
Dmitry Vyukov
2019-12-30
1
-1
/
+1
*
prog: don't fail decoding on non-default out args
Dmitry Vyukov
2019-12-21
1
-1
/
+8
*
tools: add syz-expand
Andrey Konovalov
2019-09-23
1
-10
/
+20
*
prog: add implementation for resource centric
Veronica Radu
2019-09-03
1
-1
/
+1
*
prog: implement complex len target support
Dmitry Vyukov
2019-05-14
1
-1
/
+1
*
prog, pkg/compiler: fix warnings
Dmitry Vyukov
2019-03-29
1
-2
/
+2
*
prog: fix a bunch of bugs in parsing
Dmitry Vyukov
2019-03-29
1
-16
/
+38
*
prog: fix escaping of C strings
Dmitry Vyukov
2019-01-31
1
-5
/
+15
*
prog, pkg/csource: more readable serialization for strings
Dmitry Vyukov
2018-12-15
1
-26
/
+87
*
prog: support AUTO args in programs
Dmitry Vyukov
2018-12-10
1
-6
/
+79
*
prog: implement strict parsing mode
Dmitry Vyukov
2018-12-10
1
-18
/
+32
*
prog: introduce strict parsing mode
Dmitry Vyukov
2018-12-10
1
-32
/
+52
*
prog: refactor deserialization code
Dmitry Vyukov
2018-12-10
1
-46
/
+53
*
prog: export Type.DefaultArg
Dmitry Vyukov
2018-12-06
1
-14
/
+14
*
prog: add concept of "special pointers"
Dmitry Vyukov
2018-08-30
1
-6
/
+4
*
prog: collect all prog comments
Dmitry Vyukov
2018-08-08
1
-1
/
+13
*
prog: introduce debugValidate
Dmitry Vyukov
2018-08-02
1
-5
/
+1
*
prog: refactor defaultArg/isDefaultArg
Dmitry Vyukov
2018-08-02
1
-18
/
+18
*
prog: refactor program serialization
Dmitry Vyukov
2018-07-31
1
-105
/
+137
*
prog: parse comments in serialized programs
Dmitry Vyukov
2018-07-27
1
-4
/
+17
*
prog: make c.Ret optional
Dmitry Vyukov
2018-05-05
1
-2
/
+2
*
prog: simplify code
Dmitry Vyukov
2018-05-05
1
-22
/
+21
*
gometalinter: enable cyclomatic complexity checking
Dmitry Vyukov
2018-05-04
1
-212
/
+238
*
sys/linux: add support for mounting filesystem images
Dmitry Vyukov
2018-03-30
1
-1
/
+1
*
all: fix gometalinter warnings
Dmitry Vyukov
2018-03-08
1
-3
/
+1
*
prog: fix isDefaultArg
Dmitry Vyukov
2018-03-08
1
-15
/
+0
*
prog: harden program parsing against description changes more
Dmitry Vyukov
2018-03-05
1
-27
/
+61
[next]