mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-23 15:10:30 +00:00
pr template add check
Signed-off-by: Tianer Zhou <zhoutianer@huawei.com> Change-Id: Ief593f699a3e5f5d881839bcdf75074b30205926
This commit is contained in:
parent
e5df02defd
commit
12664c727a
@ -16,6 +16,7 @@
|
||||
| 谨慎在未经拷贝的情况下使用外部传入的string、C字符串 | |
|
||||
| map\vector\list\set等stl模板类使用时需要排查并发 | |
|
||||
| 谨慎考虑加锁范围 | |
|
||||
| while循环谨慎考虑循环条件,避免死循环 | |
|
||||
| 在IPC通信中谨慎使用同步通信方式 | |
|
||||
| 禁止传递this指针至其它模块或线程(特别是eventhandler任务) | |
|
||||
| 禁止将外部传入的裸指针在内部直接构造智能指针 | |
|
||||
|
Loading…
Reference in New Issue
Block a user