Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MdePkg/DebugLib: Add null pointer check to CR macro
- Added a null pointer check in the CR macro. - If Record is NULL, an assertion is triggered. - This change improves the CR by preventing dereferencing of null pointers. REF: #10510 Signed-off-by: Richard Lyu <[email protected]>
- Loading branch information