]> git.proxmox.com Git - mirror_edk2.git/commit
NetworkPkg/HttpBootDxe: Avoid to corrupt HttpBootDxe setup screen.
authorJiaxin Wu <jiaxin.wu@intel.com>
Wed, 17 Jan 2018 03:25:41 +0000 (11:25 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Thu, 25 Jan 2018 05:37:26 +0000 (13:37 +0800)
commit7ee089f604a17b839c290b5481d8e5101cf85c03
tree6329f1c48d929daab55e27b842c22064bbc652fc
parent6945837e4c30231b82c85d71df69f8aaab88f352
NetworkPkg/HttpBootDxe: Avoid to corrupt HttpBootDxe setup screen.

When giving an invalid URI in Boot URI field within HTTP Boot
configuration page, the AsciiPrint will corrupt the setup screen.

This patch is to resolve the issue.

Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Karunakar P <karunakarp@amiindia.co.in>
Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
NetworkPkg/HttpBootDxe/HttpBootClient.c
NetworkPkg/HttpBootDxe/HttpBootSupport.c