提交 a057a9e7 编写于 作者: Y yinchuang

Remove duplicate check invalid handle logic

Signed-off-by: Nyinchuang <yinchuang@huawei.com>
上级 6ece17fe
......@@ -3252,8 +3252,10 @@ static void *do_dlsym(struct dso *p, const char *s, const char *v, void *ra)
if (!p) p=head;
p = p->next;
ra2dso = true;
#ifndef HANDLE_RANDOMIZATION
} else if (__dl_invalid_handle(p)) {
return 0;
#endif
} else {
use_deps = 1;
ns = p->namespace;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册