未验证 提交 b2bfd289 编写于 作者: O openharmony_ci 提交者: Gitee

!1013 (cherry-pick pr 1010 to Beta2)解决string_ext超时问题

Merge pull request !1013 from zzulilyw/OpenHarmony-4.0-Beta2
......@@ -19,6 +19,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
#include <sigchain.h>
#include "fortify_test.h"
#include "functionalext.h"
#include "test.h"
......@@ -918,6 +919,7 @@ static void test_strlen_0020()
}
int main(int argc, char *argv[]) {
remove_all_special_handler(SIGABRT);
test_strcat_0010();
test_strcat_0020();
test_strncat_0010();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册