@@ -24,7 +24,7 @@ import (
|
||||
"path"
|
||||
|
||||
fuzz "github.com/AdaLogics/go-fuzz-headers"
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/containerd/containerd/log"
|
||||
|
||||
"github.com/containerd/containerd/archive"
|
||||
"github.com/containerd/containerd/content/local"
|
||||
@@ -42,7 +42,7 @@ func FuzzApply(data []byte) int {
|
||||
// if the input is random.
|
||||
//
|
||||
// level=warning msg="ignored xattr ... in archive" error="operation not supported"
|
||||
log.G(ctx).Logger.SetLevel(logrus.PanicLevel)
|
||||
log.G(ctx).Logger.SetLevel(log.PanicLevel)
|
||||
|
||||
f := fuzz.NewConsumer(data)
|
||||
iters, err := f.GetInt()
|
||||
|
||||
Reference in New Issue
Block a user