mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-07 19:45:07 +02:00
MdeModulePkg: loose VA_COPY with no matching VA_END on a return path
In CheckRemainingSpaceForConsistencyInternal, one of the return paths leaves a loose VA_COPY with no matching VA_END. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Zenith432 <zenith432@users.sourceforge.net> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
parent
1c62af9ec1
commit
a0460be7e8
@ -1765,6 +1765,7 @@ CheckRemainingSpaceForConsistencyInternal (
|
||||
//
|
||||
// No enough space for Variable[Index].
|
||||
//
|
||||
VA_END (Args);
|
||||
return FALSE;
|
||||
}
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user