mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Merge branch 'master' of https://github.com/AdamKorcz/nats-server
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
package server
|
||||
|
||||
func Fuzz(data []byte) int {
|
||||
func FuzzClient(data []byte) int {
|
||||
if len(data) < 100 {
|
||||
return -1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user