diff options
author | Hao Wu <hao.a.wu@intel.com> | 2016-09-27 13:43:32 +0800 |
---|---|---|
committer | Hao Wu <hao.a.wu@intel.com> | 2016-11-08 16:37:23 +0800 |
commit | 77dee0b1859dd0c7698b9f5a9510bee6d733c8c4 (patch) | |
tree | 9adf83ba22f38ed4850cf9373a2dd6eb7bfb2735 /BaseTools/Source/Python | |
parent | 0d46defefa871d0b9583dfc4cb1985a5b0835ada (diff) | |
download | edk2-platforms-77dee0b1859dd0c7698b9f5a9510bee6d733c8c4.tar.xz |
BaseTools/VfrCompile: Avoid freeing freed memory in classes
For classes that contain dynamically allocated data members, copy
constructor and assignment operator should be implemented or both
operations should be prohibited to avoid freeing freed memory caused by
shallow copy.
This commit declares both copy constructor and assignment operator as
'private' for classes that contain dynamically allocated data members.
This will prevent freeing already freed memory.
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'BaseTools/Source/Python')
0 files changed, 0 insertions, 0 deletions