已合并
LOS_QueueRead栈溢出 #1408
yang-pangyuan创建于 6月16日
LOS_QueueRead栈溢出 #1408
已合并
yang-pangyuan创建于 6月16日
yang-pangyuan成员
6月16日

相关的Issue

https://gitcode.com/openharmony/kernel_liteos_a/issues/1081

原因(目的、解决的问题等)

readbuf 声明为 UINT32(4 字节),但 LOS_QueueRead() 被调用时 bufferSize 参数为 50 字节。
队列创建时 maxMsgSize 也是 50 字节,因此当队列中有满载消息时,50 字节数据会被写入 4 字节的栈缓冲区。

描述(做了什么,变更了什么)

修复readbuf大小

测试用例(新增、改动、可能影响的功能)

是否涉及对外变更(典型的如:对外API规格变更、新增对外接口等等)

否,不涉及对外变更

是否需要同步至release(如:3.0LTS ... )分支?

likedislike
Pull Request已成功合入, 合并人@openharmony_ci
(感谢 yang-pangyuan 的贡献)
Yyang-pangyuan成员
6月16日 关联了issue:【master】 vul-1068646072798154752
openharmony_ci
openharmony_ci成员
6月16日 评论:

OpenHarmony-6.1-Release所有代码仓合入受控, 请联系分支负责人@aiyongfu: aiyongfu@huawei.com, @shermanzhong: sherman.zhong@huawei.com, @lijie2025: lijie6@huawei.com, @RayShih: shirui721@huawei.com, @amy_mayun: zhuyanting@huawei.com, @huster_zwy: zhaowenyuan2_huawei.com, @chengongping: chengongping@huawei.com任一人评审并评论approve

likedislike
openharmony_ciopenharmony_ci成员
6月16日 添加了label:分支负责人未批准合入
yang-pangyuan成员
6月16日 评论:

start build

likedislike
openharmony_ciopenharmony_ci成员
6月16日 添加了label:waiting_on_author
openharmony_ci
openharmony_ci成员
6月16日 评论:

感谢提交 Pull Requests!如果您提交的PR已经开发完毕,请评论 "start build" 触发门禁,更多交互操作,请访问OpenHarmony社区支持命令清单。如果需要调整订阅PR、Issue的变更状态,请访问订阅链接


Thanks for submitting the pull request. If your Pull Request has already been developed, you can leave a "start build" comment to trigger the gated system. For more commands, please visit OpenHarmony Command List. If you need to change the subscription of a Pull Request or Issue, please visit the link.

likedislike
openharmony_ciopenharmony_ci成员
6月16日 添加了label:dco检查成功
openharmony_ci
openharmony_ci成员
6月16日 评论:

首次触发
门禁构建开始,包含静态检查、代码编译和测试【hispark_taurus_LiteOS编译, hispark_taurus_LiteOS测试】,预计在60分钟内完成,门禁结果会同步发送到注册邮箱。您可以通过如下链接跟踪门禁进展:http://dcp.openharmony.cn/workbench/cicd/detail/6a31347f64650f998b3df7b7/runlist

likedislike
openharmony_ciopenharmony_ci成员
6月16日 添加了label:编译成功
openharmony_ciopenharmony_ci成员
6月16日 添加了label:静态检查成功
openharmony_ciopenharmony_ci成员
6月16日 添加了label:冒烟测试成功
openharmony_ciopenharmony_ci成员
6月16日 通过测试
openharmony_ci
openharmony_ci成员
6月16日 评论:

代码门禁通过
您可以通过如下链接查看门禁报告:http://dcp.openharmony.cn/workbench/cicd/detail/6a31347f64650f998b3df7b7/runlist

静态检查:

# check type result report
1 codeCheck pass >>>

编译测试:
# Device build result test result package
1 hispark_taurus_LiteOS success success >>>

likedislike
openharmony_ciopenharmony_ci成员
6月16日 删除了label:waiting_on_author
openharmony_ciopenharmony_ci成员
6月16日 添加了label:waiting_for_review
openharmony_ci
openharmony_ci成员
6月16日 评论:

您好,Committer @JerryH1011 @LeonChan525 @zhu-sheng-le ,请分配检视人员检视该PR,可以通过命令"assign [@someone_id]"分配检视人员,也可以直接评论"assign"分配给自己进行检视。


Hello, Committer @JerryH1011 @LeonChan525 @zhu-sheng-le . Please assign someone to review the PR. You can assign a reviewer by using the command "assign [@someone_id]", or you can comment "assign" to review the PR by yourself.

likedislike
Zzhu-sheng-le成员
6月17日 通过审查
openharmony_ci
openharmony_ci成员
6月17日 评论:

验证结果已超过12小时,之前验证结果无效,自动重新触发构建,请关注最新验证结果

likedislike
openharmony_ci
openharmony_ci成员
6月17日 评论:

start build

likedislike
openharmony_ciopenharmony_ci成员
6月17日 删除了label:编译成功
openharmony_ciopenharmony_ci成员
6月17日 删除了label:静态检查成功
openharmony_ciopenharmony_ci成员
6月17日 删除了label:冒烟测试成功
openharmony_ci
openharmony_ci成员
6月17日 评论:

上次构建已超过12小时,重新全量验证,重置所有关联PR的验证状态
门禁构建开始,包含静态检查、代码编译和测试【hispark_taurus_LiteOS编译, hispark_taurus_LiteOS测试】,预计在60分钟内完成,门禁结果会同步发送到注册邮箱。您可以通过如下链接跟踪门禁进展:http://dcp.openharmony.cn/workbench/cicd/detail/6a31f8f464650f998bb6cd0e/runlist

likedislike
openharmony_ciopenharmony_ci成员
6月17日 添加了label:编译成功
zhongxiaoming
zhongxiaoming成员
6月17日 评论:

approve

likedislike
openharmony_ciopenharmony_ci成员
6月17日 删除了label:分支负责人未批准合入
openharmony_ciopenharmony_ci成员
6月17日 添加了label:静态检查成功
openharmony_ciopenharmony_ci成员
6月17日 添加了label:冒烟测试成功
openharmony_ciopenharmony_ci成员
6月17日 通过测试
openharmony_ci
openharmony_ci成员
6月17日 评论:

代码门禁通过
您可以通过如下链接查看门禁报告:http://dcp.openharmony.cn/workbench/cicd/detail/6a31f8f464650f998bb6cd0e/runlist

静态检查:

# check type result report
1 codeCheck pass >>>

编译测试:
# Device build result test result package
1 hispark_taurus_LiteOS success success >>>

likedislike
openharmony_ci
openharmony_ci成员
6月17日 评论:

您好,Committer @JerryH1011 @LeonChan525 @zhu-sheng-le ,请分配检视人员检视该PR,可以通过命令"assign [@someone_id]"分配检视人员,也可以直接评论"assign"分配给自己进行检视。


Hello, Committer @JerryH1011 @LeonChan525 @zhu-sheng-le . Please assign someone to review the PR. You can assign a reviewer by using the command "assign [@someone_id]", or you can comment "assign" to review the PR by yourself.

likedislike
openharmony_ciopenharmony_ci成员
6月17日 合入了pull request,合并节点 SHA:70d7fa33bc5ba2521c3ea2cd03ae0b9443495480
openharmony_ciopenharmony_ci成员
6月17日 删除了label:waiting_for_review
openharmony_ciopenharmony_ci成员
6月17日 添加了label:merged