Searched hist:bf012960d4f1490897b6a243eb89c70d6e03161f (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/ |
| H A D | plat_console.c | bf012960d4f1490897b6a243eb89c70d6e03161f Fri May 10 12:17:57 UTC 2024 Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com> fix(s32g274a): avoid overwriting const fields
This corrects the following Coverity issue: CID 425810: High impact quality (WRITE_CONST_FIELD). A write to an aggregate overwrites a const-qualified field within the aggregate. (void)memset(&s32g2_console, 0, sizeof(s32g2_console));
Change-Id: Idc332be2c4dbf4858d2e9be0b41d5eba86587258 Signed-off-by: Ghennadi Procopciuc <ghennadi.procopciuc@nxp.com>
|