mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
Unitialized variable spotted by Coveruty Scan
This commit is contained in:
parent
aa8f912c4f
commit
cb6647f493
@ -176,6 +176,7 @@ FfsEngine::FfsEngine(QObject *parent)
|
|||||||
model = new TreeModel();
|
model = new TreeModel();
|
||||||
oldPeiCoreEntryPoint = 0;
|
oldPeiCoreEntryPoint = 0;
|
||||||
newPeiCoreEntryPoint = 0;
|
newPeiCoreEntryPoint = 0;
|
||||||
|
dumped = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
FfsEngine::~FfsEngine(void)
|
FfsEngine::~FfsEngine(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user