commit | 56a44237a06246b3eec5f45b4fd9b1cd14a32c01 | [log] [tgz] |
---|---|---|
author | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Mon Apr 22 18:54:51 2024 +0530 |
committer | Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com> | Sun Mar 09 22:11:43 2025 +0530 |
tree | 5ab1dd298b3a66cf6896ce9a123ca599952babd7 | |
parent | 1e0ccd38c3fed361c8426d335417f7b783dd83de [diff] |
fix(services): avoid altering function parameters This corrects the MISRA violation C2012-17.8: A function parameter should not be modified. Local variable is declared and used to process the value from the argument. Change-Id: I94e8048c43f767ad08820624b7c7e43b0a3e9190 Signed-off-by: Nithin G <nithing@amd.com> Signed-off-by: Maheedhar Bollapalli <maheedharsai.bollapalli@amd.com>