moby--moby/daemon/graphdriver
Sebastiaan van Stijn ec3bfba89d
graphdriver: temporarily ignore unsafeptr: possible misuse of reflect.SliceHeader
Probably needs a similar change as c208f03fbd,
but this code makes my head spin, so for now suppressing, and created a
tracking issue:

    daemon/graphdriver/graphtest/graphtest_unix.go:305:12: unsafeptr: possible misuse of reflect.SliceHeader (govet)
        header := *(*reflect.SliceHeader)(unsafe.Pointer(&buf))
                  ^
    daemon/graphdriver/graphtest/graphtest_unix.go:308:36: unsafeptr: possible misuse of reflect.SliceHeader (govet)
        data := *(*[]byte)(unsafe.Pointer(&header))
                                          ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit e6dabfa977)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-08-17 18:12:51 +02:00
..
aufs Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
btrfs Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
copy reformat "nolint" comments 2022-08-17 18:12:14 +02:00
devmapper reformat "nolint" comments 2022-08-17 18:12:14 +02:00
fuse-overlayfs Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
graphtest graphdriver: temporarily ignore unsafeptr: possible misuse of reflect.SliceHeader 2022-08-17 18:12:51 +02:00
lcow Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
overlay Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
overlay2 Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
overlayutils Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
register Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
vfs Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
windows Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
zfs Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
counter.go graphdriver: Fix RefCounter memory leak 2018-02-09 10:26:06 +08:00
driver.go daemon/graphdriver: normalize comment formatting 2019-11-27 15:43:23 +01:00
driver_freebsd.go Add canonical import comment 2018-02-05 16:51:57 -05:00
driver_linux.go Really switch to moby/sys/mount* 2020-03-20 09:46:25 -07:00
driver_test.go bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
driver_unsupported.go Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00
driver_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
fsdiff.go Add layer id to NaiveDiffDriver untar timing log 2018-10-05 16:28:40 -07:00
plugin.go goimports: fix imports 2019-09-18 12:56:54 +02:00
proxy.go Move plugin client creation to the extension point 2018-05-25 15:18:53 -04:00