Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 1a89d9887ff41e804610c5687e646fe30af2d7b2 https://github.com/tianocore/edk2/commit/1a89d9887ff41e804610c5687e646fe30af2d7b2 Author: Parth <56894451+parthish...@users.noreply.github.com> Date: 2024-09-03 (Tue, 03 Sep 2024)
Changed paths: M MdePkg/Include/Base.h Log Message: ----------- MdePkg:Update Return Error Macro in Base.h Fixing RETURN_ERROR macro. It is causing problem in Coverity Static analysis tool as we are directly converting the UINT value to INTN Changing value from UINT to INTN might cause problem. Here we know that the values would not be in loss of data. To increase the code quality and increase the static tool analysis score we have to change it Cc: Jiangang He <jiangang...@amd.com> Cc: Neo Hsueh <hong-chih.hs...@amd.com> Signed-off-by: Parth Thakkar <parthrajeshkumar.thak...@amd.com> To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits