Please help to update copyright year when push it. Reviewed-by: Yonghong Zhu <[email protected]>
Best Regards, Zhu Yonghong -----Original Message----- From: Wu, Hao A Sent: Monday, January 08, 2018 1:31 PM To: [email protected] Cc: Wu, Hao A <[email protected]>; Ni, Ruiyu <[email protected]>; Zhu, Yonghong <[email protected]>; Gao, Liming <[email protected]> Subject: [PATCH 0/5] BaseTools/Common & DevicePath: Code refinements 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

