mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
v1.1.3
This commit is contained in:
parent
5fab83bde8
commit
2e33f7c716
@ -24,7 +24,7 @@ func FuzzLocalStorage(fuzz []byte) int {
|
||||
}
|
||||
|
||||
token := Encode(10000000 + int64(rand.Intn(1000000000)))
|
||||
filename := Encode(10000000 + int64(rand.Intn(1000000000))) + ".bin"
|
||||
filename := Encode(10000000+int64(rand.Intn(1000000000))) + ".bin"
|
||||
|
||||
input := bytes.NewReader(fuzz)
|
||||
err = storage.Put(token, filename, input, applicationOctetStream, fuzzLength)
|
||||
|
Loading…
x
Reference in New Issue
Block a user