- 30 3月, 2021 1 次提交
-
-
由 nanjinbin 提交于
Change-Id: I9ab95977e5ff37dfa084ff151e666d62cc82d0b9
-
- 29 3月, 2021 1 次提交
-
-
由 Robert Drab 提交于
In many places checking for nullptr is done using EXPECT test macros that doesn't return from the function when condition is not met (i.e. they are non-fatal). Lack of further error handling results in a subsequent segfault. To avoid that in most places it's sufficient to change macro type to ASSERT. Signed-off-by: NRobert Drab <robert.drab@huawei.com>
-
- 24 3月, 2021 1 次提交
-
-
由 chuaizhzh 提交于
Change-Id: I3ad8064485ced9689f1d13feb27d63d6d96af9cc
-
- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-