commit | 307a533301881869c0f54a5145a81a6a705156b9 | [log] [tgz] |
---|---|---|
author | Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com> | Thu Apr 03 18:04:34 2025 +0100 |
committer | Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com> | Thu Apr 03 20:26:40 2025 +0100 |
tree | 7cf01bbf83b8d7f7c2f4d958de84d1e1c939ae40 | |
parent | 10639cc9af39135ce435213158070ff54779cd31 [diff] |
fix(arm): resolve misra rule R11.6 violation Fixed below MISRA violation: - MISRA violation: MC3R1.R11.6: - A cast shall not be performed between a pointer to void and an arithmetic data type. (i.e cast from integer to void*) - Fix: - cast via portable and misra compliant type "uintptr_t" and use 0U instead of NULL for comparisons. Signed-off-by: Jayanth Dodderi Chidanand <jayanthdodderi.chidanand@arm.com> Change-Id: Ie3a7561d9a254027c5364485a1d72fc1320dfcad