Skip to content

Commit

Permalink
Make sure to initialize counterUncData
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajSchlej committed Feb 21, 2025
1 parent b1ad055 commit 8d7e01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UEFIExtract/ffsdumper.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class FfsDumper
static const UINT8 IgnoreSectionType = 0xFF;

explicit FfsDumper(TreeModel * treeModel) : model(treeModel), dumped(false),
counterHeader(0), counterBody(0), counterRaw(0), counterInfo(0) {}
counterHeader(0), counterBody(0), counterUncData(0), counterRaw(0), counterInfo(0) {}
~FfsDumper() {};

USTATUS dump(const UModelIndex & root, const UString & path, const DumpMode dumpMode = DUMP_CURRENT, const UINT8 sectionType = IgnoreSectionType, const UString & guid = UString());
Expand Down

0 comments on commit 8d7e01c

Please sign in to comment.