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_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
prog: take multiple serialization flags
Aleksandr Nogikh
2025-11-03
1
-0
/
+13
*
prog: replace MinimizeParams with MinimizeMode
Dmitry Vyukov
2024-08-07
1
-1
/
+1
*
prog: make minimization parameters explicit
Aleksandr Nogikh
2024-05-27
1
-1
/
+1
*
prog: fix validation of DataMmapProg
Dmitry Vyukov
2024-05-06
1
-2
/
+16
*
tools/syz-linter: check t.Logf/Errorf/Fatalf messages
Dmitry Vyukov
2024-04-17
1
-2
/
+2
*
prog: don't require preallocated buffer for exec encoding
Dmitry Vyukov
2024-04-16
1
-15
/
+12
*
prog: profile what consumes space in exec encoding
Dmitry Vyukov
2024-04-15
1
-2
/
+2
*
prog: fix selection of args eligible for squashing
Dmitry Vyukov
2024-04-15
1
-0
/
+5
*
prog: make invalid union field error more explicit
Aleksandr Nogikh
2024-02-19
1
-2
/
+2
*
compiler: support const as int first argument
Paul Chaignon
2023-11-28
1
-2
/
+2
*
compiler: support flags as int first argument
Paul Chaignon
2023-11-28
1
-0
/
+4
*
prog, sys: test cases for struct AUTO
Paul Chaignon
2023-11-13
1
-0
/
+12
*
prog: add helper function parser.HasNext
Paul Chaignon
2023-11-13
1
-0
/
+23
*
prog: reject escaping filenames during deserialization
Dmitry Vyukov
2023-02-16
1
-0
/
+7
*
prog: handle broken base64 strings
Aleksandr Nogikh
2022-11-22
1
-0
/
+4
*
prog: introduce new Base64 syntax for data
Hrutvik Kanabar
2022-11-21
1
-1
/
+8
*
all: add the `rerun` call property
Aleksandr Nogikh
2021-12-10
1
-2
/
+6
*
all: replace collide mode by `async` call property
Aleksandr Nogikh
2021-12-10
1
-1
/
+5
*
all: refactor fault injection into call props
Aleksandr Nogikh
2021-09-22
1
-2
/
+6
*
all: introduce call properties
Aleksandr Nogikh
2021-09-22
1
-0
/
+61
*
pkg/compiler: optimize array[const] representation
Dmitry Vyukov
2021-04-21
1
-2
/
+3
*
prog: support disabled attribute
Dmitry Vyukov
2020-05-04
1
-2
/
+4
*
prog: make program parsing more permissive
Dmitry Vyukov
2020-04-28
1
-4
/
+22
*
prog: improve TestDeserializeHelper
Dmitry Vyukov
2020-03-24
1
-17
/
+16
*
prog: export deserialization test helper for sys/{linux,openbsd}
Dmitry Vyukov
2020-03-17
1
-143
/
+89
*
prog: factor out common code in tests
Dmitry Vyukov
2020-03-17
1
-62
/
+55
*
pkg/compiler: ensure consistency of syscall argument types
Dmitry Vyukov
2020-03-17
1
-18
/
+18
*
prog: control program length
Dmitry Vyukov
2020-03-13
1
-6
/
+19
*
prog: fix tests for string enforcement
Dmitry Vyukov
2020-01-05
1
-1
/
+1
*
prog: don't mutate strings with enumerated values
Dmitry Vyukov
2020-01-05
1
-26
/
+43
*
prog: don't fail decoding on non-default out args
Dmitry Vyukov
2019-12-21
1
-0
/
+5
*
prog, pkg/csource: more readable serialization for strings
Dmitry Vyukov
2018-12-15
1
-17
/
+31
*
prog: support AUTO args in programs
Dmitry Vyukov
2018-12-10
1
-0
/
+8
*
prog: implement strict parsing mode
Dmitry Vyukov
2018-12-10
1
-27
/
+36
*
prog: introduce strict parsing mode
Dmitry Vyukov
2018-12-10
1
-37
/
+60
*
prog: refactor deserialization code
Dmitry Vyukov
2018-12-10
1
-2
/
+2
*
prog: add concept of "special pointers"
Dmitry Vyukov
2018-08-30
1
-2
/
+34
*
prog: collect all prog comments
Dmitry Vyukov
2018-08-08
1
-0
/
+9
*
prog: parse comments in serialized programs
Dmitry Vyukov
2018-07-27
1
-0
/
+32
*
executor: overhaul
Dmitry Vyukov
2018-07-24
1
-34
/
+34
*
prog: parallelize tests
Dmitry Vyukov
2018-05-04
1
-0
/
+1
*
prog: fix isDefaultArg
Dmitry Vyukov
2018-03-08
1
-2
/
+2
*
prog: harden program parsing against description changes more
Dmitry Vyukov
2018-03-05
1
-12
/
+55
*
prog: recover after type changes during program deserialization
Dmitry Vyukov
2018-03-05
1
-24
/
+32
*
prog: handle excessive args and fields during program parsing
Dmitry Vyukov
2018-03-05
1
-0
/
+20
*
prog: reorder Minimize arguments
Dmitry Vyukov
2018-02-19
1
-2
/
+2
*
prog: don't serialize default arguments
Dmitry Vyukov
2018-02-01
1
-0
/
+43
*
pkg/csource: fix handling of proc types
Dmitry Vyukov
2017-12-22
1
-1
/
+1
*
prog: don't serialize output data args
Dmitry Vyukov
2017-12-17
1
-2
/
+6
*
prog: introduce more readable format for data args
Dmitry Vyukov
2017-12-17
1
-0
/
+47
[next]