已合并
fix: check filter cache when occluded #31583
fix: check filter cache when occluded #31583
已合并
jieyunwyb1创建于 7月24日
jieyunwyb1
jieyunwyb1
7月24日

Description:
fix: check filter cache when occluded
Issue number:
https://gitcode.com/openharmony/graphic_graphic_2d/issues/25152
Test & Result:
pass
CodeCheck:

类型 自检项 自检结果
多线程 在类的成员变量中定义了vector/map/list等容器类型,且在多个成员函数中有操作时,需要加锁保护 自检结果:不涉及
定义全局变量,在多个函数中都有操作时,需要加锁保护 自检结果:不涉及
内存操作 调用外部接口时,确认是否对返回值做了判空判断,尤其外部接口返回了nullptr的情况,避免进程崩溃 自检结果:不涉及
内存操作优先使用安全函数,并检查其返回值 自检结果:不涉及
注意每个异常退出流程,是否都已经将资源释放(推荐使用RAII) 自检结果:不涉及
隐式内存分配场景:realpath、ReadParcelable序列化、cJSON相关函数时等,需主动释放或使用智能指针 自检结果:不涉及
外部输入 所有外部输入均不可信,需判断外部输入是否直接作为内存分配的大小,数组下标、循环条件、SQL查询等 自检结果:不涉及
注意外部字符串数据有无尾0 自检结果:不涉及
外部输入的路径不可信,需使用realpath做标准化处理,并判断路径的合法性 自检结果:不涉及
敏感信息 注意日志中打印敏感信息需匿名化 自检结果:不涉及
数学运算 代码中是否混合了加减乘除等运算,需检查是否可能导致整数溢出或符号翻转 自检结果:不涉及
初始化 类成员、局部变量使用前需初始化 自检结果:不涉及
权限管理 作为系统服务对外提供了接口(或RSCmd),是否做了权限保护和校验,只允许申请了权限的应用访问 自检结果:不涉及

L0新增用例自检结果

likedislike
Pull Request已成功合入, 合并人@openharmony_ci
(感谢 jieyunwyb1 的贡献)
jieyunwyb1jieyunwyb1
7月24日 关联了issue:[Bug]: 增加遮挡时 filter cache 处理
openharmony_ciopenharmony_ci成员
7月24日 添加了label:waiting_on_author
openharmony_ci
openharmony_ci成员
7月24日 评论:

感谢提交 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成员
7月24日 添加了label:dco检查成功
jieyunwyb1jieyunwyb1
7月24日 强制推送  1 个提交:79c14fd5-fix: check filter cache when occluded
此处折叠了188条消息 查看更多
openharmony_ci
openharmony_ci成员
8月5日 评论:

您好,Committer @liumingxiang1 @comicchang @aslklw @wang-luyu4 @lijj01 @chensiyi_CE @stonesxd @xuyuqiong @kroswang @djnash @gmiao522 @wh_qwe @liuchao-huawei @BruceXu @liuchuan666 @gaoweihua ,请分配检视人员检视该PR,可以通过命令"assign [@someone_id]"分配检视人员,也可以直接评论"assign"分配给自己进行检视。


Hello, Committer @liumingxiang1 @comicchang @aslklw @wang-luyu4 @lijj01 @chensiyi_CE @stonesxd @xuyuqiong @kroswang @djnash @gmiao522 @wh_qwe @liuchao-huawei @BruceXu @liuchuan666 @gaoweihua . 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成员
8月5日 关闭了关联的issue
openharmony_ciopenharmony_ci成员
8月5日 合入了pull request,合并节点 SHA:3a8c5c5c14a94a08a7f708636f80df57be4b8caa
openharmony_ciopenharmony_ci成员
8月5日 删除了label:waiting_for_review
openharmony_ciopenharmony_ci成员
8月5日 添加了label:merged