mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
remove the gofuzz build flag
This commit is contained in:
parent
e848fc4f6a
commit
ec0949c18e
5 changed files with 5 additions and 10 deletions
|
@ -1,5 +1,3 @@
|
|||
// +build !gofuzz
|
||||
|
||||
package main
|
||||
|
||||
import (
|
|
@ -1,5 +1,3 @@
|
|||
// +build gofuzz
|
||||
|
||||
package header
|
||||
|
||||
import (
|
||||
|
@ -12,6 +10,7 @@ import (
|
|||
|
||||
const version = protocol.VersionTLS
|
||||
|
||||
//go:generate go run ./cmd/corpus.go
|
||||
func Fuzz(data []byte) int {
|
||||
if len(data) < 1 {
|
||||
return 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue