]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Fix the 'bcfg' command ASSERT when use some invalid parameters.
authorQiu Shumin <shumin.qiu@intel.com>
Wed, 16 Dec 2015 03:18:02 +0000 (03:18 +0000)
committershenshushi <shenshushi@Edk2>
Wed, 16 Dec 2015 03:18:02 +0000 (03:18 +0000)
commit3c8b6a5479558ccf8c41535107b3c895ee7aab2c
tree8a4c49b89b482a412ef8a61472ecb592b1757037
parente7c00761c4e7af3171eceee1077f72817ac20ca9
ShellPkg: Fix the 'bcfg' command ASSERT when use some invalid parameters.

'bcfg boot mv xx yy' command will ASSET when xx is larger than the count of boot options.
This patch correct the order of ShellPrintHiiEx parameters to fix the bugs.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qiu Shumin <shumin.qiu@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19295 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.c