mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +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
|
IN CONST RED_BLACK_TREE_NODE *Node
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
|
ASSERT (Node != NULL);
|
||||||
|
|
||||||
return Node->UserStruct;
|
return Node->UserStruct;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user