issues Search Results · repo:AdaLogics/go-fuzz-headers language:Go
Filter by
7 results
(76 ms)7 results
inAdaLogics/go-fuzz-headers (press backspace or delete to remove)I was trying to work out why struct generation always failed, no matter how large I made the size of the input bytes.
The answer was $SUBJECT. I don t have enough RAM for more than a couple of strings ...
mdbooth
- 2
- Opened on Mar 22, 2024
- #114
To test state transitions (for example, in a k8s controller) it s useful to mutate values rather than completely
generate new structs. A brand new struct is likely too different and would mis coverage ...
howardjohn
- 2
- Opened on Feb 19, 2023
- #109
func TestValidateProject(t *testing.T) { data := []byte{ R , a , n , d , o , m } f := fuzz.NewConsumer(data) str, _ :=
f.GetString() fmt.Println(str) }
The above code run ERROR, debug show below:
image ...
zhlu32
- 1
- Opened on Nov 2, 2022
- #97
Dear @AdaLogics team,
It is possible to migrate the personal account to organization?
Converting:
- https://help.github.com/articles/converting-a-user-into-an-organization/
It is possible to rename ...
Neustradamus
- 9
- Opened on Oct 30, 2022
- #96
Go s documentation s example of a fuzz test is:
example
I want to use go-fuzz-headers and I want to add seed corpus values that correspond to meaningful struct values. How do I
do that?
firelizzard18
- 3
- Opened on Sep 5, 2022
- #88
Trying out this library and I can t seem to get around this issue. I must be missing something:
fuzz: elapsed: 0s, gathering baseline coverage: 0/1 completed
failure while testing seed corpus entry: FuzzJSONEncoder/seed#0 ...
rdeusser
- 2
- Opened on Apr 29, 2022
- #73
As per https://github.com/AdaLogics/go-fuzz-headers/blob/f1761e18c0c6d721973fbe338aa87dcd60e11c41/consumer.go#L422 a
slice length is encoded in a single byte, making slices longer than 255 impossible to ...
elias-orijtech
- 1
- Opened on Apr 21, 2022
- #67

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.