mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 20:57:36 +03:00
fuzz the frame parser
This commit is contained in:
parent
d77368af36
commit
20557738a0
65 changed files with 408 additions and 6 deletions
|
@ -11,6 +11,10 @@ fi
|
||||||
## in the old style GOPATH way
|
## in the old style GOPATH way
|
||||||
export GO111MODULE="off"
|
export GO111MODULE="off"
|
||||||
|
|
||||||
|
## Install fuzzit
|
||||||
|
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.23/fuzzit_Linux_x86_64
|
||||||
|
chmod a+x fuzzit
|
||||||
|
|
||||||
## Install go-fuzz
|
## Install go-fuzz
|
||||||
go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build
|
go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build
|
||||||
|
|
||||||
|
@ -18,13 +22,15 @@ go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-
|
||||||
go get -d -v -u ./...
|
go get -d -v -u ./...
|
||||||
|
|
||||||
cd fuzzing/header
|
cd fuzzing/header
|
||||||
|
|
||||||
go-fuzz-build -libfuzzer -o fuzz-header.a .
|
go-fuzz-build -libfuzzer -o fuzz-header.a .
|
||||||
clang -fsanitize=fuzzer fuzz-header.a -o fuzz-header
|
clang -fsanitize=fuzzer fuzz-header.a -o fuzz-header
|
||||||
|
|
||||||
## Install fuzzit
|
cd ../frames
|
||||||
wget -q -O fuzzit https://github.com/fuzzitdev/fuzzit/releases/download/v2.4.23/fuzzit_Linux_x86_64
|
go-fuzz-build -libfuzzer -o fuzz-frames.a .
|
||||||
chmod a+x fuzzit
|
clang -fsanitize=fuzzer fuzz-frames.a -o fuzz-frames
|
||||||
|
|
||||||
# Create the job
|
cd ../..
|
||||||
./fuzzit create job --type ${FUZZING_TYPE} --branch ${BRANCH} --revision=${TRAVIS_COMMIT} quic-go/fuzz-header fuzz-header
|
|
||||||
|
# Create the jobs
|
||||||
|
./fuzzit create job --type ${FUZZING_TYPE} --branch ${BRANCH} --revision=${TRAVIS_COMMIT} quic-go/fuzz-header fuzzing/header/fuzz-header
|
||||||
|
./fuzzit create job --type ${FUZZING_TYPE} --branch ${BRANCH} --revision=${TRAVIS_COMMIT} quic-go/fuzz-frames fuzzing/frames/fuzz-frames
|
||||||
|
|
BIN
fuzzing/frames/corpus/multiple-frames-0
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-0
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-1
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-1
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-10
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-10
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-11
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-11
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-12
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-12
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-13
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-13
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-14
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-14
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-15
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-15
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-16
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-16
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-17
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-17
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-18
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-18
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-19
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-19
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-2
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-2
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-20
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-20
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-21
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-21
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-22
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-22
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-23
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-23
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-24
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-24
Normal file
Binary file not shown.
2
fuzzing/frames/corpus/multiple-frames-3
Normal file
2
fuzzing/frames/corpus/multiple-frames-3
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
�
MV����c1��H+���W���@���2m�G�3=(�
|
||||||
|
��;��NW�%��Аu�y��$M���������
|
BIN
fuzzing/frames/corpus/multiple-frames-4
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-4
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-5
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-5
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-6
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-6
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-7
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-7
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-8
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-8
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/multiple-frames-9
Normal file
BIN
fuzzing/frames/corpus/multiple-frames-9
Normal file
Binary file not shown.
1
fuzzing/frames/corpus/single-frame-0
Normal file
1
fuzzing/frames/corpus/single-frame-0
Normal file
|
@ -0,0 +1 @@
|
||||||
|
s ���
|
1
fuzzing/frames/corpus/single-frame-1
Normal file
1
fuzzing/frames/corpus/single-frame-1
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Ą ´ŮÉ ÝťRß×›MvB›azźź
;Ą[ŔÖL�…5„Ëŕp›X?aÓuĽ´ôů)áŹÚžo‚ĺNtŽ�çžK˝oăLÜş„>čÖ>ŚOţëęTmŹ¬Ý¬Î.˘‡|UyϢǎ
|
1
fuzzing/frames/corpus/single-frame-10
Normal file
1
fuzzing/frames/corpus/single-frame-10
Normal file
|
@ -0,0 +1 @@
|
||||||
|
�74
|
1
fuzzing/frames/corpus/single-frame-11
Normal file
1
fuzzing/frames/corpus/single-frame-11
Normal file
|
@ -0,0 +1 @@
|
||||||
|
¦z‹˙˙˙˙˙˙˙˙
|
BIN
fuzzing/frames/corpus/single-frame-12
Normal file
BIN
fuzzing/frames/corpus/single-frame-12
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/single-frame-13
Normal file
BIN
fuzzing/frames/corpus/single-frame-13
Normal file
Binary file not shown.
1
fuzzing/frames/corpus/single-frame-14
Normal file
1
fuzzing/frames/corpus/single-frame-14
Normal file
|
@ -0,0 +1 @@
|
||||||
|
$–ΈF2Φ¦²ϊΩ�mσD�)f{.΄@UoεΛ@[1p¬¬¥Η[―{pθaDΣΊk;Xώ
|
2
fuzzing/frames/corpus/single-frame-15
Normal file
2
fuzzing/frames/corpus/single-frame-15
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Ô
|
||||||
|
ByPçĐOL&ëá
|
1
fuzzing/frames/corpus/single-frame-16
Normal file
1
fuzzing/frames/corpus/single-frame-16
Normal file
|
@ -0,0 +1 @@
|
||||||
|
?イlコQ
|
1
fuzzing/frames/corpus/single-frame-17
Normal file
1
fuzzing/frames/corpus/single-frame-17
Normal file
|
@ -0,0 +1 @@
|
||||||
|
���������
|
1
fuzzing/frames/corpus/single-frame-18
Normal file
1
fuzzing/frames/corpus/single-frame-18
Normal file
|
@ -0,0 +1 @@
|
||||||
|
�5��M
|
1
fuzzing/frames/corpus/single-frame-19
Normal file
1
fuzzing/frames/corpus/single-frame-19
Normal file
|
@ -0,0 +1 @@
|
||||||
|
p��������
|
BIN
fuzzing/frames/corpus/single-frame-2
Normal file
BIN
fuzzing/frames/corpus/single-frame-2
Normal file
Binary file not shown.
1
fuzzing/frames/corpus/single-frame-20
Normal file
1
fuzzing/frames/corpus/single-frame-20
Normal file
|
@ -0,0 +1 @@
|
||||||
|
M���
|
1
fuzzing/frames/corpus/single-frame-21
Normal file
1
fuzzing/frames/corpus/single-frame-21
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/'
|
1
fuzzing/frames/corpus/single-frame-22
Normal file
1
fuzzing/frames/corpus/single-frame-22
Normal file
|
@ -0,0 +1 @@
|
||||||
|
�R�
|
1
fuzzing/frames/corpus/single-frame-23
Normal file
1
fuzzing/frames/corpus/single-frame-23
Normal file
|
@ -0,0 +1 @@
|
||||||
|
P��������
|
1
fuzzing/frames/corpus/single-frame-24
Normal file
1
fuzzing/frames/corpus/single-frame-24
Normal file
|
@ -0,0 +1 @@
|
||||||
|
o/
|
1
fuzzing/frames/corpus/single-frame-25
Normal file
1
fuzzing/frames/corpus/single-frame-25
Normal file
|
@ -0,0 +1 @@
|
||||||
|
��g���������
|
1
fuzzing/frames/corpus/single-frame-26
Normal file
1
fuzzing/frames/corpus/single-frame-26
Normal file
|
@ -0,0 +1 @@
|
||||||
|
îE
|
1
fuzzing/frames/corpus/single-frame-27
Normal file
1
fuzzing/frames/corpus/single-frame-27
Normal file
|
@ -0,0 +1 @@
|
||||||
|
�L�
|
1
fuzzing/frames/corpus/single-frame-28
Normal file
1
fuzzing/frames/corpus/single-frame-28
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
BIN
fuzzing/frames/corpus/single-frame-29
Normal file
BIN
fuzzing/frames/corpus/single-frame-29
Normal file
Binary file not shown.
1
fuzzing/frames/corpus/single-frame-3
Normal file
1
fuzzing/frames/corpus/single-frame-3
Normal file
|
@ -0,0 +1 @@
|
||||||
|
C
.T^'?ãWkoí'ÿ‰tºÀÊýšÐV’±6ç8–MýÇž�SCsfýf×Oì‰I·#n
|
BIN
fuzzing/frames/corpus/single-frame-30
Normal file
BIN
fuzzing/frames/corpus/single-frame-30
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/single-frame-31
Normal file
BIN
fuzzing/frames/corpus/single-frame-31
Normal file
Binary file not shown.
2
fuzzing/frames/corpus/single-frame-32
Normal file
2
fuzzing/frames/corpus/single-frame-32
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
€¶ÏÚî@d Ï Þjÿ™CíÊo–¿MÚð�OÍjËÛ³ö1”P5†¨¦X®`µîSšµòº#ܦgߦULYJ,€kߤçVäX´‹®I
.£Uélû‰Ì«ò��yMž‚ý
|
||||||
|
rTñ³”öê¼f
|
1
fuzzing/frames/corpus/single-frame-33
Normal file
1
fuzzing/frames/corpus/single-frame-33
Normal file
|
@ -0,0 +1 @@
|
||||||
|
�
��ҕ�H���G(����+^��
|
1
fuzzing/frames/corpus/single-frame-34
Normal file
1
fuzzing/frames/corpus/single-frame-34
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ËFFÓÔ˙ćŐ™VQ__S‡ä”f™Ł®ÁJ|¶®»
|
BIN
fuzzing/frames/corpus/single-frame-35
Normal file
BIN
fuzzing/frames/corpus/single-frame-35
Normal file
Binary file not shown.
1
fuzzing/frames/corpus/single-frame-36
Normal file
1
fuzzing/frames/corpus/single-frame-36
Normal file
|
@ -0,0 +1 @@
|
||||||
|
_�3D ��d�
|
1
fuzzing/frames/corpus/single-frame-4
Normal file
1
fuzzing/frames/corpus/single-frame-4
Normal file
|
@ -0,0 +1 @@
|
||||||
|
�
g���������Ku!�g
|
1
fuzzing/frames/corpus/single-frame-5
Normal file
1
fuzzing/frames/corpus/single-frame-5
Normal file
|
@ -0,0 +1 @@
|
||||||
|
с��В_џџџџџџџџЮІшПF`ёо��
|
BIN
fuzzing/frames/corpus/single-frame-6
Normal file
BIN
fuzzing/frames/corpus/single-frame-6
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/single-frame-7
Normal file
BIN
fuzzing/frames/corpus/single-frame-7
Normal file
Binary file not shown.
BIN
fuzzing/frames/corpus/single-frame-8
Normal file
BIN
fuzzing/frames/corpus/single-frame-8
Normal file
Binary file not shown.
1
fuzzing/frames/corpus/single-frame-9
Normal file
1
fuzzing/frames/corpus/single-frame-9
Normal file
|
@ -0,0 +1 @@
|
||||||
|
F
|
76
fuzzing/frames/fuzz.go
Normal file
76
fuzzing/frames/fuzz.go
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
// +build gofuzz
|
||||||
|
|
||||||
|
package frames
|
||||||
|
|
||||||
|
import (
|
||||||
|
"bytes"
|
||||||
|
"fmt"
|
||||||
|
|
||||||
|
"github.com/lucas-clemente/quic-go/internal/protocol"
|
||||||
|
"github.com/lucas-clemente/quic-go/internal/wire"
|
||||||
|
)
|
||||||
|
|
||||||
|
const version = protocol.VersionTLS
|
||||||
|
|
||||||
|
func Fuzz(data []byte) int {
|
||||||
|
if len(data) < 1 {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
parser := wire.NewFrameParser(version)
|
||||||
|
parser.SetAckDelayExponent(protocol.DefaultAckDelayExponent)
|
||||||
|
|
||||||
|
var encLevel protocol.EncryptionLevel
|
||||||
|
switch data[0] % 3 {
|
||||||
|
case 0:
|
||||||
|
encLevel = protocol.EncryptionInitial
|
||||||
|
case 1:
|
||||||
|
encLevel = protocol.EncryptionHandshake
|
||||||
|
case 2:
|
||||||
|
encLevel = protocol.Encryption1RTT
|
||||||
|
}
|
||||||
|
|
||||||
|
data = data[1:]
|
||||||
|
r := bytes.NewReader(data)
|
||||||
|
initialLen := r.Len()
|
||||||
|
|
||||||
|
var frames []wire.Frame
|
||||||
|
|
||||||
|
for r.Len() > 0 {
|
||||||
|
f, err := parser.ParseNext(r, encLevel)
|
||||||
|
if err != nil {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
frames = append(frames, f)
|
||||||
|
}
|
||||||
|
parsedLen := initialLen - r.Len()
|
||||||
|
|
||||||
|
if len(frames) == 0 {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
|
||||||
|
b := &bytes.Buffer{}
|
||||||
|
for _, f := range frames {
|
||||||
|
if f == nil { // PADDING frame
|
||||||
|
b.WriteByte(0x0)
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
// We accept empty STREAM frames, but we don't write them.
|
||||||
|
if sf, ok := f.(*wire.StreamFrame); ok {
|
||||||
|
if sf.DataLen() == 0 {
|
||||||
|
continue
|
||||||
|
}
|
||||||
|
}
|
||||||
|
lenBefore := b.Len()
|
||||||
|
if err := f.Write(b, version); err != nil {
|
||||||
|
panic(fmt.Sprintf("Error writing frame %#v: %s", f, err))
|
||||||
|
}
|
||||||
|
frameLen := b.Len() - lenBefore
|
||||||
|
if f.Length(version) != protocol.ByteCount(frameLen) {
|
||||||
|
panic(fmt.Sprintf("Inconsistent frame length for %#v: expected %d, got %d", f, frameLen, f.Length(version)))
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if b.Len() > parsedLen {
|
||||||
|
panic(fmt.Sprintf("Serialized length (%d) is longer than parsed length (%d)", b.Len(), parsedLen))
|
||||||
|
}
|
||||||
|
return 0
|
||||||
|
}
|
289
fuzzing/frames/main.go
Normal file
289
fuzzing/frames/main.go
Normal file
|
@ -0,0 +1,289 @@
|
||||||
|
// +build !gofuzz
|
||||||
|
|
||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"bytes"
|
||||||
|
"fmt"
|
||||||
|
"math/rand"
|
||||||
|
"os"
|
||||||
|
"time"
|
||||||
|
|
||||||
|
"github.com/lucas-clemente/quic-go"
|
||||||
|
"github.com/lucas-clemente/quic-go/internal/protocol"
|
||||||
|
"github.com/lucas-clemente/quic-go/internal/qerr"
|
||||||
|
"github.com/lucas-clemente/quic-go/internal/wire"
|
||||||
|
)
|
||||||
|
|
||||||
|
const version = protocol.VersionTLS
|
||||||
|
|
||||||
|
func getRandomData(l int) []byte {
|
||||||
|
b := make([]byte, l)
|
||||||
|
rand.Read(b)
|
||||||
|
return b
|
||||||
|
}
|
||||||
|
|
||||||
|
func getRandomNumber() uint64 {
|
||||||
|
switch 1 << uint8(rand.Intn(3)) {
|
||||||
|
case 1:
|
||||||
|
return uint64(rand.Int63n(64))
|
||||||
|
case 2:
|
||||||
|
return uint64(rand.Int63n(16384))
|
||||||
|
case 4:
|
||||||
|
return uint64(rand.Int63n(1073741824))
|
||||||
|
case 8:
|
||||||
|
return uint64(rand.Int63n(4611686018427387904))
|
||||||
|
default:
|
||||||
|
panic("unexpected length")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func getRandomNumberLowerOrEqual(target uint64) uint64 {
|
||||||
|
if target == 0 {
|
||||||
|
return 0
|
||||||
|
}
|
||||||
|
return uint64(rand.Int63n(int64(target)))
|
||||||
|
}
|
||||||
|
|
||||||
|
// returns a *maximum* number of num ACK ranges
|
||||||
|
func getAckRanges(num int) []wire.AckRange {
|
||||||
|
var ranges []wire.AckRange
|
||||||
|
|
||||||
|
prevSmallest := uint64(rand.Int63n(4611686018427387904))
|
||||||
|
for i := 0; i < num; i++ {
|
||||||
|
if prevSmallest <= 2 {
|
||||||
|
break
|
||||||
|
}
|
||||||
|
largest := getRandomNumberLowerOrEqual(prevSmallest - 2)
|
||||||
|
smallest := getRandomNumberLowerOrEqual(largest)
|
||||||
|
|
||||||
|
ranges = append(ranges, wire.AckRange{
|
||||||
|
Smallest: protocol.PacketNumber(smallest),
|
||||||
|
Largest: protocol.PacketNumber(largest),
|
||||||
|
})
|
||||||
|
prevSmallest = smallest
|
||||||
|
}
|
||||||
|
return ranges
|
||||||
|
}
|
||||||
|
|
||||||
|
func getFrames() []wire.Frame {
|
||||||
|
frames := []wire.Frame{
|
||||||
|
&wire.StreamFrame{ // STREAM frame at 0 offset, with FIN bit
|
||||||
|
StreamID: protocol.StreamID(getRandomNumber()),
|
||||||
|
FinBit: true,
|
||||||
|
},
|
||||||
|
&wire.StreamFrame{ // STREAM frame at 0 offset, with data and FIN bit
|
||||||
|
StreamID: protocol.StreamID(getRandomNumber()),
|
||||||
|
FinBit: true,
|
||||||
|
Data: getRandomData(100),
|
||||||
|
},
|
||||||
|
&wire.StreamFrame{ // STREAM frame at non-zero offset, with data
|
||||||
|
StreamID: protocol.StreamID(getRandomNumber()),
|
||||||
|
Offset: protocol.ByteCount(getRandomNumber()),
|
||||||
|
Data: getRandomData(50),
|
||||||
|
},
|
||||||
|
&wire.StreamFrame{ // STREAM frame at non-zero offset, with data and FIN bit
|
||||||
|
StreamID: protocol.StreamID(getRandomNumber()),
|
||||||
|
Offset: protocol.ByteCount(getRandomNumber()),
|
||||||
|
Data: getRandomData(50),
|
||||||
|
FinBit: true,
|
||||||
|
},
|
||||||
|
&wire.StreamFrame{ // STREAM frame at maximum offset, with FIN bit
|
||||||
|
StreamID: protocol.StreamID(getRandomNumber()),
|
||||||
|
Offset: protocol.MaxByteCount - 5,
|
||||||
|
Data: getRandomData(5),
|
||||||
|
FinBit: true,
|
||||||
|
},
|
||||||
|
&wire.StreamFrame{ // STREAM frame with data at maximum offset
|
||||||
|
StreamID: protocol.StreamID(getRandomNumber()),
|
||||||
|
Offset: protocol.MaxByteCount,
|
||||||
|
Data: getRandomData(10),
|
||||||
|
},
|
||||||
|
&wire.AckFrame{
|
||||||
|
AckRanges: getAckRanges(1),
|
||||||
|
DelayTime: time.Duration(getRandomNumber()),
|
||||||
|
},
|
||||||
|
&wire.AckFrame{
|
||||||
|
AckRanges: getAckRanges(5),
|
||||||
|
DelayTime: time.Duration(getRandomNumber()),
|
||||||
|
},
|
||||||
|
&wire.AckFrame{
|
||||||
|
AckRanges: getAckRanges(300),
|
||||||
|
DelayTime: time.Duration(getRandomNumber()),
|
||||||
|
},
|
||||||
|
&wire.PingFrame{},
|
||||||
|
&wire.ResetStreamFrame{
|
||||||
|
StreamID: protocol.StreamID(getRandomNumber()),
|
||||||
|
ErrorCode: quic.ErrorCode(getRandomNumber()),
|
||||||
|
ByteOffset: protocol.ByteCount(getRandomNumber()),
|
||||||
|
},
|
||||||
|
&wire.ResetStreamFrame{ // at maximum offset
|
||||||
|
StreamID: protocol.StreamID(getRandomNumber()),
|
||||||
|
ErrorCode: quic.ErrorCode(getRandomNumber()),
|
||||||
|
ByteOffset: protocol.MaxByteCount,
|
||||||
|
},
|
||||||
|
&wire.StopSendingFrame{
|
||||||
|
StreamID: protocol.StreamID(getRandomNumber()),
|
||||||
|
ErrorCode: quic.ErrorCode(getRandomNumber()),
|
||||||
|
},
|
||||||
|
&wire.CryptoFrame{
|
||||||
|
Data: getRandomData(100),
|
||||||
|
},
|
||||||
|
&wire.CryptoFrame{
|
||||||
|
Offset: protocol.ByteCount(getRandomNumber()),
|
||||||
|
Data: getRandomData(50),
|
||||||
|
},
|
||||||
|
&wire.NewTokenFrame{
|
||||||
|
Token: getRandomData(10),
|
||||||
|
},
|
||||||
|
&wire.MaxDataFrame{
|
||||||
|
ByteOffset: protocol.ByteCount(getRandomNumber()),
|
||||||
|
},
|
||||||
|
&wire.MaxDataFrame{
|
||||||
|
ByteOffset: protocol.MaxByteCount,
|
||||||
|
},
|
||||||
|
&wire.MaxStreamDataFrame{
|
||||||
|
StreamID: protocol.StreamID(getRandomNumber()),
|
||||||
|
ByteOffset: protocol.ByteCount(getRandomNumber()),
|
||||||
|
},
|
||||||
|
&wire.MaxStreamDataFrame{
|
||||||
|
StreamID: protocol.StreamID(getRandomNumber()),
|
||||||
|
ByteOffset: protocol.MaxByteCount,
|
||||||
|
},
|
||||||
|
&wire.MaxStreamsFrame{
|
||||||
|
Type: protocol.StreamTypeUni,
|
||||||
|
MaxStreamNum: protocol.StreamNum(getRandomNumber()),
|
||||||
|
},
|
||||||
|
&wire.MaxStreamsFrame{
|
||||||
|
Type: protocol.StreamTypeBidi,
|
||||||
|
MaxStreamNum: protocol.StreamNum(getRandomNumber()),
|
||||||
|
},
|
||||||
|
&wire.DataBlockedFrame{
|
||||||
|
DataLimit: protocol.ByteCount(getRandomNumber()),
|
||||||
|
},
|
||||||
|
&wire.DataBlockedFrame{
|
||||||
|
DataLimit: protocol.MaxByteCount,
|
||||||
|
},
|
||||||
|
&wire.StreamDataBlockedFrame{
|
||||||
|
StreamID: protocol.StreamID(getRandomNumber()),
|
||||||
|
DataLimit: protocol.ByteCount(getRandomNumber()),
|
||||||
|
},
|
||||||
|
&wire.StreamDataBlockedFrame{
|
||||||
|
StreamID: protocol.StreamID(getRandomNumber()),
|
||||||
|
DataLimit: protocol.MaxByteCount,
|
||||||
|
},
|
||||||
|
&wire.StreamsBlockedFrame{
|
||||||
|
Type: protocol.StreamTypeUni,
|
||||||
|
StreamLimit: protocol.StreamNum(getRandomNumber()),
|
||||||
|
},
|
||||||
|
&wire.StreamsBlockedFrame{
|
||||||
|
Type: protocol.StreamTypeBidi,
|
||||||
|
StreamLimit: protocol.StreamNum(getRandomNumber()),
|
||||||
|
},
|
||||||
|
&wire.RetireConnectionIDFrame{
|
||||||
|
SequenceNumber: getRandomNumber(),
|
||||||
|
},
|
||||||
|
&wire.ConnectionCloseFrame{ // QUIC error with empty reason
|
||||||
|
IsApplicationError: false,
|
||||||
|
ErrorCode: qerr.ErrorCode(getRandomNumber()),
|
||||||
|
ReasonPhrase: "",
|
||||||
|
},
|
||||||
|
&wire.ConnectionCloseFrame{ // QUIC error with reason
|
||||||
|
IsApplicationError: false,
|
||||||
|
// TODO: add frame type
|
||||||
|
ErrorCode: qerr.ErrorCode(getRandomNumber()),
|
||||||
|
ReasonPhrase: string(getRandomData(100)),
|
||||||
|
},
|
||||||
|
&wire.ConnectionCloseFrame{ // application error with empty reason
|
||||||
|
IsApplicationError: true,
|
||||||
|
ErrorCode: qerr.ErrorCode(getRandomNumber()),
|
||||||
|
ReasonPhrase: "",
|
||||||
|
},
|
||||||
|
&wire.ConnectionCloseFrame{ // application error with reason
|
||||||
|
IsApplicationError: true,
|
||||||
|
ErrorCode: qerr.ErrorCode(getRandomNumber()),
|
||||||
|
ReasonPhrase: string(getRandomData(100)),
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
|
seq1 := getRandomNumber()
|
||||||
|
seq2 := getRandomNumber()
|
||||||
|
var token1, token2 [16]byte
|
||||||
|
copy(token1[:], getRandomData(16))
|
||||||
|
copy(token2[:], getRandomData(16))
|
||||||
|
frames = append(frames, []wire.Frame{
|
||||||
|
&wire.NewConnectionIDFrame{
|
||||||
|
SequenceNumber: seq1,
|
||||||
|
RetirePriorTo: seq1 / 2,
|
||||||
|
ConnectionID: getRandomData(4),
|
||||||
|
StatelessResetToken: token1,
|
||||||
|
},
|
||||||
|
&wire.NewConnectionIDFrame{
|
||||||
|
SequenceNumber: seq2,
|
||||||
|
RetirePriorTo: seq2,
|
||||||
|
ConnectionID: getRandomData(17),
|
||||||
|
StatelessResetToken: token2,
|
||||||
|
},
|
||||||
|
}...)
|
||||||
|
|
||||||
|
var data1 [8]byte
|
||||||
|
copy(data1[:], getRandomData(8))
|
||||||
|
frames = append(frames, &wire.PathChallengeFrame{
|
||||||
|
Data: data1,
|
||||||
|
})
|
||||||
|
|
||||||
|
var data2 [8]byte
|
||||||
|
copy(data2[:], getRandomData(8))
|
||||||
|
frames = append(frames, &wire.PathResponseFrame{
|
||||||
|
Data: data2,
|
||||||
|
})
|
||||||
|
|
||||||
|
return frames
|
||||||
|
}
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
rand.Seed(42)
|
||||||
|
|
||||||
|
for i, f := range getFrames() {
|
||||||
|
b := &bytes.Buffer{}
|
||||||
|
if err := f.Write(b, version); err != nil {
|
||||||
|
panic(err)
|
||||||
|
}
|
||||||
|
if err := writeCorpusFile(fmt.Sprintf("single-frame-%d", i), b.Bytes()); err != nil {
|
||||||
|
panic(err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
for i := 0; i < 25; i++ {
|
||||||
|
frames := getFrames()
|
||||||
|
|
||||||
|
b := &bytes.Buffer{}
|
||||||
|
for j := 0; j < rand.Intn(30)+2; j++ {
|
||||||
|
if rand.Intn(10) == 0 { // write a PADDING frame
|
||||||
|
b.WriteByte(0x0)
|
||||||
|
}
|
||||||
|
f := frames[rand.Intn(len(frames))]
|
||||||
|
if err := f.Write(b, version); err != nil {
|
||||||
|
panic(err)
|
||||||
|
}
|
||||||
|
if rand.Intn(10) == 0 { // write a PADDING frame
|
||||||
|
b.WriteByte(0x0)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if err := writeCorpusFile(fmt.Sprintf("multiple-frames-%d", i), b.Bytes()); err != nil {
|
||||||
|
panic(err)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
func writeCorpusFile(name string, data []byte) error {
|
||||||
|
file, err := os.Create("corpus/" + name)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
data = append(getRandomData(1), data...)
|
||||||
|
if _, err := file.Write(data); err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
|
return file.Close()
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue