mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
Svace: Fixed DEREF_OF_NULL.RET.STAT warning.
This commit is contained in:
parent
3d37d5c9f4
commit
d71c131743
@ -67,6 +67,8 @@ OrderedCollectionUserStruct (
|
||||
IN CONST RED_BLACK_TREE_NODE *Node
|
||||
)
|
||||
{
|
||||
ASSERT (Node != NULL);
|
||||
|
||||
return Node->UserStruct;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user