audk/NetworkPkg/HttpBootDxe
Lin, Gary (HPS OE-Linux) bd5ec03d87 NetworkPkg/HttpBootDxe: make file extension check case-insensitive
https://bugzilla.tianocore.org/show_bug.cgi?id=3694

HttpBootCheckImageType() was using the case-sensitive AsciiStrCmp() to
check the file extensions and this could reject the images with
upper-case file names. Using the case-insensitive AsciiStriCmp() to
avoid the issue.

Cc: Maciej Rabeda <maciej.rabeda@linux.intel.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Signed-off-by: Gary Lin <gary.lin@hpe.com>
Reviewed-by: Maciej Rabeda <maciej.rabeda@linux.intel.com>
2021-10-22 10:04:10 +00:00
..
HttpBootClient.c NetworkPkg: Making the HTTP IO timeout value programmable with PCD 2021-07-28 16:19:19 +00:00
HttpBootClient.h NetworkPkg: Making the HTTP IO timeout value programmable with PCD 2021-07-28 16:19:19 +00:00
HttpBootComponentName.c
HttpBootComponentName.h
HttpBootConfig.c NetworkPkg/HttpBootDxe: Fix a typo in variable name 2020-02-10 22:30:07 +00:00
HttpBootConfig.h NetworkPkg/HttpBootDxe: Fix a typo in variable name 2020-02-10 22:30:07 +00:00
HttpBootConfigNVDataStruc.h
HttpBootConfigStrings.uni
HttpBootConfigVfr.vfr
HttpBootDhcp4.c NetworkPkg/HttpBootDxe: Fix various typos 2020-02-10 22:30:07 +00:00
HttpBootDhcp4.h NetworkPkg/HttpBootDxe: Add RISC-V architecture for EDK2 CI. 2020-04-03 17:09:12 +00:00
HttpBootDhcp6.c NetworkPkg/HttpBootDxe: Fix various typos 2020-02-10 22:30:07 +00:00
HttpBootDhcp6.h NetworkPkg/HttpBootDxe: Fix various typos 2020-02-10 22:30:07 +00:00
HttpBootDxe.c NetworkPkg/HttpBootDxe: Fix various typos 2020-02-10 22:30:07 +00:00
HttpBootDxe.h NetworkPkg/HttpBootDxe: Utilize HttpIoLib 2020-12-04 11:45:07 +00:00
HttpBootDxe.inf NetworkPkg: Making the HTTP IO timeout value programmable with PCD 2021-07-28 16:19:19 +00:00
HttpBootDxe.uni
HttpBootDxeExtra.uni
HttpBootImpl.c NetworkPkg/HttpBootDxe: Fix various typos 2020-02-10 22:30:07 +00:00
HttpBootImpl.h
HttpBootSupport.c NetworkPkg/HttpBootDxe: make file extension check case-insensitive 2021-10-22 10:04:10 +00:00
HttpBootSupport.h NetworkPkg/DxeHttpLib: Migrate HTTP header manipulation APIs 2021-01-14 14:54:12 +00:00