Marten Seemann
|
ab6d664b43
|
rename frame.Write to frame.Append
|
2022-08-28 23:18:24 +03:00 |
|
Marten Seemann
|
3ca1001951
|
append to a byte slice instead of a bytes.Buffer when serializing frames
|
2022-08-28 23:18:06 +03:00 |
|
Marten Seemann
|
498475fa60
|
update golangci-lint action to v3, golangci-lint to v1.48.0 (#3499)
* run gofmt -s -w
* stop using the deprecated io/ioutil package
* update golangci-lint action to v3, golangci-lint to v1.48.0
|
2022-08-10 09:50:48 -07:00 |
|
Marten Seemann
|
fd41e8fa62
|
reject DATAGRAM frames if datagram support is not enabled
|
2020-12-09 15:31:23 +07:00 |
|
Marten Seemann
|
5090dd6199
|
use the fuzzing helper functions to generate the frames seed corpus
|
2020-08-25 15:06:01 +07:00 |
|
Marten Seemann
|
720f81ce2a
|
use the correct return values in Fuzz() functions
|
2020-08-08 15:26:52 +07:00 |
|
Marten Seemann
|
ec0949c18e
|
remove the gofuzz build flag
|
2020-08-06 14:55:39 +07:00 |
|
Marten Seemann
|
5ea33cd31e
|
implement a buffer pool for STREAM frames
|
2019-09-04 16:55:30 +07:00 |
|
Marten Seemann
|
20557738a0
|
fuzz the frame parser
|
2019-08-24 08:54:56 +07:00 |
|