Commit Graph

31 Commits

Author SHA1 Message Date
mamingshuai 1862924b35 add issue and pr template 2021-04-07 14:33:09 +08:00
openharmony_ci 9121b648f4 !15 【轻量级 PR】:DecryptMessage接口中调用cJSON_Parse(data)的入参可能非字符串,增加保护
Merge pull request !15 from 我是一只小小鸟/N/A
2021-03-30 15:54:23 +08:00
openharmony_ci e9d3f6bb29 !19 【轻量级 PR】:memory release optimization and Initialize the applied memory.
Merge pull request !19 from 我是一只小小鸟/N/A
2021-03-30 15:50:50 +08:00
我是一只小小鸟 ae8ff078c3 memory release optimization and Initialize the applied memory. 2021-03-25 16:18:35 +08:00
openharmony_ci 837bfa5725 !17 超链接
Merge pull request !17 from wangruichang/noEmployeeNum_ChangeID_13360259_wangruichang
2021-03-22 14:02:19 +08:00
wangruichang cfdaedd190 Description:readme
Team:OTHERS
Feature or Bugfix:Bugfix
Binary Source:NA
PrivateCode(Yes/No):No

Change-Id: Ie697733aa0ea68700f923337b3e89e3b9f54afce
ChangeID:13360259
2021-03-22 10:50:54 +08:00
openharmony_ci 29bf6ab59b !16 softbus add link to readme
Merge pull request !16 from wangruichang/noEmployeeNum_ChangeID_13310857_wangruichang
2021-03-18 19:51:27 +08:00
wangruichang 368d03159b Description:readme link
Team:OTHERS
Feature or Bugfix:Bugfix
Binary Source:NA
PrivateCode(Yes/No):No

Change-Id: I8203203a3bc5121e4b8105ad1f36f04674bc2371
ChangeID:13310857
2021-03-18 11:15:34 +08:00
我是一只小小鸟 e928e0f6e7 DecryptMessage接口中调用cJSON_Parse(data)的入参可能非字符串,增加保护 2021-03-17 15:19:06 +08:00
mamingshuai 3f130bf3ff update openharmony 1.0.1 OpenHarmony_release_v1.1.0 OpenHarmony-v1.1.2-LTS OpenHarmony-v1.1.1-LTS 2021-03-11 18:45:51 +08:00
openharmony_ci d110d2cd61 !12 Fix incorrect number of arguments to mq_open()
Merge pull request !12 from Zbigniew/ostc-softbus-dev
2021-01-07 16:15:57 +08:00
Zbigniew Bodek 87b90012e1 Fix incorrect number of arguments to mq_open()
Related issue:
https://gitee.com/openharmony/communication_services_softbus_lite/issues/I2BBKX

According to man:
If O_CREAT is specified in oflag, then two additional arguments
must be supplied.

os_adapter.c is missing "mode" parameter in mq_open(). It will compile
for MUSL, which does not check the number of arguments passed through
variadic argument but it doesn't mean it works as designed.

Fix this issue as well as build for other libraries with built-in
checks by introducing missing "mode" argument.

File mode has been selected to 0600 (RW for owner) but is a subject
to change if needed.

Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
2021-01-05 11:52:01 +01:00
openharmony_ci b3f7261e31 !11 Resolve problems occurring while building and running on Linux host
Merge pull request !11 from Zbigniew/ostc-dev
2020-12-12 10:49:04 +08:00
Zbigniew Bodek 23c0df165a Fix missing uintXY_t type definition
The code uses uintXY_t types but stdint.h
was never included.

Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
Change-Id: I931c755d520396c06c0cfdea01e6825dba2989af
2020-12-08 19:00:30 +08:00
openharmony_ci 1b51f86263 !10 Change kernel type
Merge pull request !10 from jady3356/peitaiyi_20201204182126
2020-12-07 19:56:45 +08:00
p00452466 c471742845 Description:add Change kernel type from liteos_riscv to liteos_m
Reviewed-by:liubeibei
Change-Id: Ib690ae4bf2a3db4f6104879ec29867eaa6b4cbd0
2020-12-05 01:30:59 +08:00
openharmony_ci bc56be2653 !9 liteos-m refactoring
Merge pull request !9 from likailong/likailong_20201113180137
2020-11-16 14:52:07 +08:00
likailong fafee71695 Description: liteos-m refactoring
Reviewed-by: liulei, shenwei

Change-Id: I7baba352c02b78aefc81fc5eca000d840d3b2fe3
2020-11-13 14:31:30 +08:00
openharmony_ci d75e77b48e !8 [Lightweight PR]: update discovery/discovery_service/source/discovery_service.c.
Merge pull request !8 from 单眼皮/N/A
2020-09-24 09:38:16 +08:00
单眼皮 803ff9f234 update discovery/discovery_service/source/discovery_service.c.
删除无用预编译指令标签
2020-09-23 21:48:24 +08:00
stesen db0af4e5a2 !6 【轻量级 PR】:delete useless COAP_DEFAULT_PRIO
Merge pull request !6 from stesen/N/A
2020-09-16 10:30:57 +08:00
Gymee c2014a5aa1 !5 [Lightweight PR]: tune invalid ip compare
Merge pull request !5 from Gymee/N/A
2020-09-13 11:53:17 +08:00
robinyin 0fda61e9aa !1 补全文档信息
Merge pull request !1 from yinzongchang/N/A
2020-09-12 10:58:25 +08:00
robinyin ff7576cfdc !4 代码精简
Merge pull request !4 from yalinjiang/master
2020-09-12 10:52:41 +08:00
robinyin 92729264c9 !3 fix typo for CoapCreatUdpClient
Merge pull request !3 from Gymee/N/A
2020-09-12 10:24:00 +08:00
Gymee 75868d71da fix typo for CoapCreatUdpClient 2020-09-12 01:04:03 +08:00
yalinjiang 7c93fd9086 两处free(buf)合并成一处 2020-09-11 22:06:49 +08:00
yinzongchang da02d99368 补全文档信息 2020-09-11 15:48:10 +08:00
panny 95d240b190 update readme.md. 2020-09-10 12:58:24 +08:00
wenjun 1ec5a408d9 add OpenHarmony 1.0 baseline OpenHarmony-1.0 2020-09-08 10:21:39 +08:00
wenjun 00318901 c9cca8d755 Initial empty repository 2020-08-25 19:02:30 +08:00