]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/UefiDevicePathLib: Add a checking step
authorMike Turner <miketur@microsoft.com>
Tue, 11 Dec 2018 06:14:10 +0000 (14:14 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 31 Jan 2019 12:19:21 +0000 (20:19 +0800)
commitfd02394228ee1dc2378cccfde6098c461f96dd42
tree2642398cf946d0a8090f843ba3bc640e73480f61
parent3d086fed730e7958d1d9486749a72f0da1c08e91
MdePkg/UefiDevicePathLib: Add a checking step

Add a checking step in DevicePathUtilities.c to verify DevicePath.
https://bugzilla.tianocore.org/show_bug.cgi?id=1372

v2: Remove ASSERT() and the redundant checking step. Update related
    description.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
MdePkg/Include/Library/DevicePathLib.h
MdePkg/Library/UefiDevicePathLib/DevicePathUtilities.c