mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2025-01-11 11:20:18 +01:00
v1.1.3
This commit is contained in:
parent
5fab83bde8
commit
2e33f7c716
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue