-
Notifications
You must be signed in to change notification settings - Fork 773
Conversation
Thanks for your contribution. 🍻 @AdamKorcz |
We found this is your first time to contribute to Dragonfly, @AdamKorcz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix the gofmt
checks
dfget/core/uploader/uploader_fuzz.go:17: File is not `gofmt`-ed with `-s` (gofmt)
supernode/daemon/mgr/cdn/cdn_fuzz.go:17: File is not `gofmt`-ed with `-s` (gofmt)
dfget/core/uploader/uploader_fuzz.go
Outdated
@@ -0,0 +1,27 @@ | |||
/* | |||
* Copyright 1999-2017 Alibaba Group.. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be Copyright The Dragonfly Authors.
Could you merge yours commits into one and sign off it? |
@AdamKorcz could I close the #865 if this pull request get merged |
could you rebase the code and combine your 5 commits into one commit ? |
Signed-off-by: Adam Korczynski <[email protected]> Added license header Signed-off-by: Adam Korczynski <[email protected]> gofmt'd the fuzzers Signed-off-by: Adam Korczynski <[email protected]> Updated license headers Signed-off-by: Adam Korczynski <[email protected]> Removed year from license header Signed-off-by: Adam Korczynski <[email protected]>
@lowzj Let me know if it looks better now. |
Added 2 fuzzers to setup an integration application here: google/oss-fuzz#3790
merged via manually, closed. |
I am bringing the 2 fuzzers from #865 back into the upstream repository.
As agreed with @lowzj we are applying to run the fuzzers on oss-fuzz. I have setup an integration application here. To complete that application, we need the 2 fuzzers merged here on the upstream repo.