- 07 6月, 2022 3 次提交
-
-
由 arvinzzz 提交于
Signed-off-by: Narvinzzz <zhaotianyu9@huawei.com> Change-Id: I65e52313e430236fb6e2df3ff6c86d77ef117199
-
由 openharmony_ci 提交于
Merge pull request !319 from Caoruihong/fix_asan_dlopen_deadlock
-
由 Caoruihong 提交于
musl的dlopen实现在ld-musl-aarch64-asan.so.1库中,因为这个库是linker, 比asan运行时库libclang_rt.asan.so更早被执行,dlopen中因为使用了动态内存分配, 在asan的hook生效前就已经调用了calloc,等到asan hook生效后再触发了调用realloc, 被asan检测到realloc的内存地址不在asan的动态内存管理范围内从而触发报告asan错误日志, 而asan报告错误日志时正好又需要调用到dl相关函数(dl_iterate_phdr)进行函数栈回溯, 进而导致死锁。 本PR中的修改方法是将linker中使用的内存操作函数进行本地绑定,不让asan运行时库接管, 进而避免此问题场景的出现,本修改仅影响asan版本,正常版本不受影响。 Signed-off-by: NCaoruihong <crh.cao@huawei.com> Change-Id: I499228c658e23ee47c51e18a91cb4b9cbec57722
-
- 30 5月, 2022 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !308 from 王家辉/master
-
由 wangjiahui 提交于
Signed-off-by: Nwangjiahui <wangjiahui27@huawei.com>
-
- 27 5月, 2022 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !299 from fangting10/master
-
- 23 5月, 2022 4 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !303 from zhizhimeimei6/dev
-
由 zhizhimeimei6 提交于
ohos inclusion category: feature issue: #I58T15 CVE: NA Signed-off-by: Nzhizhimeimei6 <zhangminghao11@huawei.com>
-
由 openharmony_ci 提交于
Merge pull request !302 from shuxinyiA/master
-
由 shuxinyiA 提交于
Signed-off-by: NshuxinyiA <zhangcui11@huawei.com> Signed-off-by: NshuxinyiA <zhangcui11@huawei.com>
-
- 19 5月, 2022 1 次提交
-
-
由 fangting 提交于
Signed-off-by: Nfangting <fangting10@huawei.com>
-
- 10 5月, 2022 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !294 from maweiye/linker-dso
-
由 maweiye 提交于
Signed-off-by: Nmaweiye <maweiye@huawei.com>
-
- 06 5月, 2022 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !287 from yangwenjun/dlopen_ns_fix_bug
-
- 05 5月, 2022 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !288 from Harylee/qemu
-
由 yangwenjun 提交于
-
- 29 4月, 2022 1 次提交
-
-
由 Haryslee 提交于
close #I53VW6 Signed-off-by: NHaryslee <lihao189@huawei.com> Change-Id: Ibc716ff177d68f875d9c033dda0f3a43005e216c
-
- 28 4月, 2022 4 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !290 from Maplestory_zeng/master
-
由 Maplestory_zeng 提交于
-
由 openharmony_ci 提交于
Merge pull request !281 from fangting10/master
-
由 maplestory 提交于
reserve 16K for 32bit system and 32K for 64bit system as the stack is reserved by mmap, it may not take physical memory until handle signal with SA_ONSTACK flag. Signed-off-by: Nmaplestory <zengzhi5@huawei.com>
-
- 26 4月, 2022 1 次提交
-
-
由 fangting 提交于
Signed-off-by: Nfangting <fangting10@huawei.com>
-
- 22 4月, 2022 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !277 from maweiye/ndk-test
-
- 21 4月, 2022 4 次提交
-
-
由 fangting 提交于
Signed-off-by: Nfangting <fangting10@huawei.com>
-
由 yangwenjun 提交于
Signed-off-by: Nyangwenjun <yangwenjun13@huawei.com>
-
由 yangwenjun 提交于
This reverts commit fd8c6da6, reversing changes made to acdab8e8. Signed-off-by: Nyangwenjun <yangwenjun13@huawei.com>
-
由 maweiye 提交于
Signed-off-by: Nmaweiye <maweiye@huawei.com>
-
- 20 4月, 2022 4 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !286 from zhangfanfan2/master
-
由 zhangfanfan2 提交于
close: #I53KTP Signed-off-by: Nzff <zhangfanfan2@huawei.com>
-
由 openharmony_ci 提交于
Merge pull request !284 from jiangkuaixue/cherry-pick-1650431841
-
https://gitee.com/jiangkuaixue/third_party_musl/pulls/282由 jiangkuaixue 提交于
Revert "!268 Dynamic linker supports namespace mechanism" This reverts commit acdab8e8, reversing changes made to 412ca9eb. Signed-off-by: Njiangkuaixue <jiangchenzhou@huawei.com>
-
- 19 4月, 2022 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !268 from 刘雅宁/linker_namespace
-
- 18 4月, 2022 3 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !279 from maweiye/master
-
由 yangwenjun 提交于
Signed-off-by: Nyangwenjun <yangwenjun13@huawei.com>
-
由 liuyaning6 提交于
Signed-off-by: Nliuyaning6 <liuyaning6@huawei.com>
-
- 13 4月, 2022 1 次提交
-
-
由 maweiye 提交于
Signed-off-by: Nmaweiye <maweiye@huawei.com>
-
- 11 4月, 2022 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !280 from zhushengle/kill
-
由 openharmony_ci 提交于
Merge pull request !275 from Zhaotianyu/0326libc_opt
-
- 08 4月, 2022 2 次提交
-
-
由 zhushengle 提交于
Close #I4Z4PF Signed-off-by: Nzhushengle <zhushengle@huawei.com> Change-Id: Iec9a3d08ea830cb140e5484f7c897160341ebd52
-
由 arvinzzz 提交于
Signed-off-by: Narvinzzz <zhaotianyu9@huawei.com> Change-Id: I1646e1597e75b15910eb21ed3563a3dabb43b70a
-