diff --git a/demo/sectest/poc_patch_scan/2022-09/OpenHarmony-SA-2022-0901/poc.cpp b/demo/sectest/poc_patch_scan/2022-09/OpenHarmony-SA-2022-0901/poc.cpp index 4914613b3f927d73df0ff35296184e10ad51beb7..8b7bc2bdfd0e91db79e20d3b65b1345a0e0e7376 100644 --- a/demo/sectest/poc_patch_scan/2022-09/OpenHarmony-SA-2022-0901/poc.cpp +++ b/demo/sectest/poc_patch_scan/2022-09/OpenHarmony-SA-2022-0901/poc.cpp @@ -15,8 +15,6 @@ */ #include #include -//#include -#include #include /* The cJSON structure: */ @@ -64,7 +62,7 @@ int main() } // 返回值不为null,没有修复漏洞,应该收到signal 11段错误提示 printf("OpenHarmony-SA-2022-0901 : vulnerable\n"); - //cJSON_Delete(root); + printf("But the vulnerability trigger failed\n"); return 0; }