]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/C/VfrCompile/VfrUtilityLib.cpp
BaseTools/VfrCompile: Resolve uninit class variables in constructor
authorHao Wu <hao.a.wu@intel.com>
Mon, 18 Dec 2017 02:11:57 +0000 (10:11 +0800)
committerHao Wu <hao.a.wu@intel.com>
Mon, 25 Dec 2017 01:54:41 +0000 (09:54 +0800)
commitb748e35c2bb0b6bcd1d89ef67e8f905b0a1c5c11
tree72be77d80c0b9ee6c195f900497ea0611f43bbbf
parentd837f33ab00ce9a0708382bfcf8f48f39d287644
BaseTools/VfrCompile: Resolve uninit class variables in constructor

The commit initializes those possibly uninitialized class variables in
class constructors.

Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/C/VfrCompile/VfrError.cpp
BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp
BaseTools/Source/C/VfrCompile/VfrUtilityLib.cpp