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

!504 解决libc.so中check_verinfo异常的问题

Merge pull request !504 from zhangfanfan2/master
......@@ -511,7 +511,7 @@ static int check_verneed(Verdef *def, int vsym, struct verinfo *verinfo)
static int check_verinfo(Verdef *def, int16_t *versym, uint32_t index, struct verinfo *verinfo, char *strings)
{
/* if the versym and verinfo is null , then not need version. */
if (!versym) {
if (!versym || !def) {
if (strlen(verinfo->v) == 0) {
return 1;
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册