The series refines the C/C++ source codes within BaseTools/C/Source/Common/ and BaseTools/Source/C/DevicePath/ for the below catagories:
* Resolve possible resource/memory leaks * Resolve possible NULL pointer dereferences Cc: Ruiyu Ni <[email protected]> Cc: Yonghong Zhu <[email protected]> Cc: Liming Gao <[email protected]> Hao Wu (5): BaseTools/C/Common: Fix code to be more readable BaseTools/C/Common: Fix potential memory leak BaseTools/DevicePath: Fix potential memory leak BaseTools/C/Common: Fix potential null pointer dereference BaseTools/DevicePath: Fix potential null pointer dereference BaseTools/Source/C/Common/CommonLib.c | 2 +- BaseTools/Source/C/Common/PcdValueCommon.c | 10 ++++++++++ BaseTools/Source/C/DevicePath/DevicePath.c | 6 ++++++ BaseTools/Source/C/DevicePath/DevicePathFromText.c | 11 +++++++++++ 4 files changed, 28 insertions(+), 1 deletion(-) -- 2.12.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

