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
/
encodingexec.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
prog: fix syz_kfuzztest_run allocation strategy
Ethan Graham
2025-09-22
1
-22
/
+34
*
kfuzztest: introduce syz_kfuzztest_run pseudo-syscall
Ethan Graham
2025-09-22
1
-0
/
+59
*
pkg/ipc: pass only exec encoding to Exec
Dmitry Vyukov
2024-04-16
1
-5
/
+5
*
prog: include number of calls into exec encoding
Dmitry Vyukov
2024-04-16
1
-0
/
+1
*
prog: don't require preallocated buffer for exec encoding
Dmitry Vyukov
2024-04-16
1
-19
/
+7
*
prog: more compact exec encoding for addresses
Dmitry Vyukov
2024-04-15
1
-4
/
+16
*
prog: don't pad data in exec encoding
Dmitry Vyukov
2024-04-15
1
-9
/
+4
*
prog: use leb128 for exec encoding
Dmitry Vyukov
2024-04-15
1
-2
/
+3
*
all: replace collide mode by `async` call property
Aleksandr Nogikh
2021-12-10
1
-1
/
+7
*
all: refactor fault injection into call props
Aleksandr Nogikh
2021-09-22
1
-3
/
+7
*
all: introduce call properties
Aleksandr Nogikh
2021-09-22
1
-1
/
+16
*
prog: detect copyout overflow
Dmitry Vyukov
2021-03-04
1
-1
/
+3
*
syz-fuzzer: ignore encodingexec buffer overflow errors
Dmitry Vyukov
2020-10-01
1
-1
/
+4
*
prog: simplify execContext.write
Dmitry Vyukov
2020-06-23
1
-5
/
+1
*
ipc: fix endianness issues
Alexander Egorenkov
2020-06-23
1
-8
/
+5
*
prog/encodingexec: pad data args with zero bytes
Alexander Egorenkov
2020-06-22
1
-0
/
+1
*
prog: remove Dir from Type
Dmitry Vyukov
2020-05-01
1
-1
/
+1
*
executor: increase input buffer size
Dmitry Vyukov
2020-02-10
1
-1
/
+1
*
prog: increase encodingexec buffer size
Dmitry Vyukov
2020-01-18
1
-1
/
+1
*
pkg/compiler: fix bitfield layout bug
Dmitry Vyukov
2019-12-20
1
-0
/
+1
*
prog: refactor bitfields representation
Dmitry Vyukov
2019-12-19
1
-2
/
+2
*
prog, pkg/csource: more readable serialization for strings
Dmitry Vyukov
2018-12-15
1
-1
/
+10
*
prog: add concept of "special pointers"
Dmitry Vyukov
2018-08-30
1
-7
/
+0
*
prog: introduce debugValidate
Dmitry Vyukov
2018-08-02
1
-5
/
+1
*
prog: refactor SerializeForExec
Dmitry Vyukov
2018-08-02
1
-94
/
+103
*
prog: refactor SerializeForExec
Dmitry Vyukov
2018-07-31
1
-113
/
+117
*
prog, pkg/compiler: support fmt type
Dmitry Vyukov
2018-07-08
1
-11
/
+9
*
prog: make c.Ret optional
Dmitry Vyukov
2018-05-05
1
-1
/
+1
*
prog: simplify code
Dmitry Vyukov
2018-05-05
1
-10
/
+4
*
prog: remove ReturnArg
Dmitry Vyukov
2018-05-05
1
-3
/
+8
*
executor: use proper default values for resources
Dmitry Vyukov
2018-02-26
1
-0
/
+1
*
pkg/compiler: allow unions as syscall arguments
Dmitry Vyukov
2018-02-23
1
-0
/
+2
*
prog: rework address allocation
Dmitry Vyukov
2018-02-19
1
-8
/
+2
*
prog: fix PhysicalAddr for NULL addresses
Dmitry Vyukov
2018-02-19
1
-9
/
+8
*
prog: merge foreachSubargOffset into foreachArgImpl
Dmitry Vyukov
2018-02-19
1
-23
/
+20
*
prog: rework foreachArg
Dmitry Vyukov
2018-02-19
1
-5
/
+2
*
prog: unexport Args and PyPhysicalAddr
Dmitry Vyukov
2018-02-17
1
-20
/
+3
*
prog: give special type generators access to target
Dmitry Vyukov
2018-02-17
1
-3
/
+3
*
pkg/csource: fix handling of proc types
Dmitry Vyukov
2017-12-22
1
-20
/
+20
*
prog: use dense indexes for copyout instructions
Dmitry Vyukov
2017-12-17
1
-13
/
+20
*
prog: add DeserializeExec
Dmitry Vyukov
2017-12-17
1
-17
/
+30
*
prog: remove unused writeArg argument
Dmitry Vyukov
2017-12-17
1
-5
/
+6
*
prog: minor refactoring around arguments
Dmitry Vyukov
2017-12-17
1
-4
/
+3
*
prog: don't serialize output data args
Dmitry Vyukov
2017-12-17
1
-5
/
+7
*
pkg/ipc: don't send program padding to executor
Dmitry Vyukov
2017-10-12
1
-3
/
+4
*
prog: remove default target and all global state
Dmitry Vyukov
2017-09-15
1
-12
/
+14
*
prog, sys: move types to prog
Dmitry Vyukov
2017-09-05
1
-5
/
+0
*
prog: dot-import sys
Dmitry Vyukov
2017-09-05
1
-3
/
+3
*
prog: move ptrSize const to test
Dmitry Vyukov
2017-09-04
1
-1
/
+0
*
sys, prog: switch values to to uint64
Dmitry Vyukov
2017-08-19
1
-17
/
+17
[next]