mirror of
https://github.com/containers/skopeo.git
synced 2025-09-27 21:16:23 +00:00
vendor github.com/json-iterator/go@v1.1.12
Fix a runtime segfault when being compiled with recent versions of Go. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2079759 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
3
vendor/github.com/modern-go/reflect2/go_above_19.go
generated
vendored
3
vendor/github.com/modern-go/reflect2/go_above_19.go
generated
vendored
@@ -6,6 +6,9 @@ import (
|
||||
"unsafe"
|
||||
)
|
||||
|
||||
//go:linkname resolveTypeOff reflect.resolveTypeOff
|
||||
func resolveTypeOff(rtype unsafe.Pointer, off int32) unsafe.Pointer
|
||||
|
||||
//go:linkname makemap reflect.makemap
|
||||
func makemap(rtype unsafe.Pointer, cap int) (m unsafe.Pointer)
|
||||
|
||||
|
Reference in New Issue
Block a user