From b8bacaf547fb07969dbd6bc0826c0191fbac180b Mon Sep 17 00:00:00 2001 From: wujing Date: Tue, 25 Aug 2020 16:43:26 +0800 Subject: [PATCH] fix register dt testcase coredump Signed-off-by: wujing --- test/image/oci/registry/registry_ut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/image/oci/registry/registry_ut.cpp b/test/image/oci/registry/registry_ut.cpp index 853b264..7619844 100644 --- a/test/image/oci/registry/registry_ut.cpp +++ b/test/image/oci/registry/registry_ut.cpp @@ -630,7 +630,7 @@ TEST_F(RegistryUnitTest, test_pull_v2_image) { struct timespec start_time; struct timespec end_time; - registry_pull_options options; + registry_pull_options options { 0x00 }; options.image_name = (char*)"hub-mirror.c.163.com/library/busybox:latest"; options.dest_image_name = (char*)"docker.io/library/busybox:latest"; options.skip_tls_verify = true; -- GitLab