- 15 6月, 2022 1 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !331 from shuxinyiA/master
-
- 14 6月, 2022 4 次提交
-
-
由 shuxinyiA 提交于
Signed-off-by: NshuxinyiA <zhangcui11@huawei.com>
-
由 openharmony_ci 提交于
Merge pull request !330 from xuxinyu/master
-
由 shuxinyiA 提交于
-
由 shuxinyiA 提交于
Signed-off-by: NshuxinyiA <zhangcui11@huawei.com>
-
- 13 6月, 2022 2 次提交
-
-
由 x_xiny 提交于
re #I5BUG3 Signed-off-by: Nx_xiny <1301913191@qq.com> Change-Id: I9c4c9101a7f10a0e4085fe0e22f3f65541db3ee2
-
由 openharmony_ci 提交于
Merge pull request !316 from 陈浩/master
-
- 10 6月, 2022 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !325 from Zhaotianyu/0610libc_fix
-
由 arvinzzz 提交于
Signed-off-by: Narvinzzz <zhaotianyu9@huawei.com> Change-Id: I7e93b2210ba22c33886f31b1f4d41ce5388d4a09
-
- 09 6月, 2022 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !324 from hhj/crtbrand_add
-
由 hhj 提交于
Signed-off-by: Nhhj <huanghuijin@huawei.com>
-
- 08 6月, 2022 2 次提交
-
-
由 openharmony_ci 提交于
Merge pull request !315 from fangting10/master
-
由 openharmony_ci 提交于
Merge pull request !321 from Zhaotianyu/0607libc_opt
-
- 07 6月, 2022 4 次提交
-
-
由 arvinzzz 提交于
Signed-off-by: Narvinzzz <zhaotianyu9@huawei.com> Change-Id: I65e52313e430236fb6e2df3ff6c86d77ef117199
-
由 fangting 提交于
Signed-off-by: Nfangting <fangting10@huawei.com>
-
由 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
-
- 02 6月, 2022 1 次提交
-
-
由 chenhao 提交于
Signed-off-by: Nchenhao <chenhao346@huawei.com>
-
- 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 2 次提交
-
-
由 fangting 提交于
Signed-off-by: Nfangting <fangting10@huawei.com>
-
由 yangwenjun 提交于
Signed-off-by: Nyangwenjun <yangwenjun13@huawei.com>
-