Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: 1a89d9887ff41e804610c5687e646fe30af2d7b2
https://github.com/tianocore/edk2/commit/1a89d9887ff41e804610c5687e646fe30af2d7b2
Author: Parth <[email protected]>
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 <[email protected]>
Cc: Neo Hsueh <[email protected]>
Signed-off-by: Parth Thakkar <[email protected]>
To unsubscribe from these emails, change your notification settings at
https://github.com/tianocore/edk2/settings/notifications
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits