Move contrib/fuzz/docker_fuzzer.go to remotes/docker
Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
parent
f91616e45e
commit
b27a229df6
@ -54,7 +54,6 @@ cd "$(dirname "${BASH_SOURCE[0]}")"
|
|||||||
cd ../../
|
cd ../../
|
||||||
|
|
||||||
# Move all fuzzers that don't have the "fuzz" package out of this dir
|
# Move all fuzzers that don't have the "fuzz" package out of this dir
|
||||||
mv contrib/fuzz/docker_fuzzer.go remotes/docker/
|
|
||||||
mv contrib/fuzz/container_fuzzer.go integration/client/
|
mv contrib/fuzz/container_fuzzer.go integration/client/
|
||||||
|
|
||||||
rm -r vendor
|
rm -r vendor
|
||||||
|
@ -3,10 +3,13 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright The containerd Authors.
|
Copyright The containerd Authors.
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
You may obtain a copy of the License at
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
Unless required by applicable law or agreed to in writing, software
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
@ -14,13 +17,6 @@
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
This fuzzer is run continuously by OSS-fuzz.
|
|
||||||
It is stored in contrib/fuzz for organization,
|
|
||||||
but in order to execute it, it must be moved to
|
|
||||||
remotes/docker first.
|
|
||||||
*/
|
|
||||||
|
|
||||||
package docker
|
package docker
|
||||||
|
|
||||||
import (
|
import (
|
Loading…
Reference in New Issue
Block a user