| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix review bugs Signed-off-by: fuzikun <fuzikun@huawei.com> | 4 年前 | |
fix: replace C-style cast and check memcpy_s return value Follow C++ coding standards and fix potential memory safety issues. Changes in ipc_adapt.cpp: - Replace (char **)param with reinterpret_cast<char **>(param) - Use C++ style cast instead of C-style cast Changes in exchange_auth_info_client.c: - Remove (void) discard of memcpy_s return value - Add return value check for memcpy_s - Free allocated memory on memcpy_s failure - Return HC_MEMCPY_ERROR on failure Issues: - C-style cast detected at ipc_adapt.cpp:436 - memcpy_s return value not checked at exchange_auth_info_client.c:398 Signed-off-by: kou-chuxiong <kouchuxiong@h-partners.com> Change-Id: If61d64984f15f88938fecf0ee36b7b83423a05e5 | 2 个月前 | |
clear decrypted plain Signed-off-by: 吕豪 <lvhao19@huawei.com> | 2 年前 | |
clear decrypted plain Signed-off-by: 吕豪 <lvhao19@huawei.com> | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 4 年前 | ||
| 2 个月前 | ||
| 2 年前 | ||
| 2 年前 |