audk/NetworkPkg/HttpDxe
Jiaxin Wu 1e4725e569 NetworkPkg/HttpDxe: Fix build warning error if CHAR8 is unsigned.
This patch is to fix the compiler warning error: C4245. The issue will happen
if the below build option is enabled:
  *_*_*_CC_FLAGS = -J.

That's because the value of ('A' - 'a') is a negative value, which will
be converted to an unsigned type if CHAR8 is treated as unsigned:
  Src -= ('A' - 'a');

The above issue is also recorded at:
https://bugzilla.tianocore.org/show_bug.cgi?id=815.

Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
2018-01-10 08:32:47 +08:00
..
ComponentName.c
ComponentName.h
HttpDns.c NetworkPkg: Fix protocol handler service in HttpDxe. 2017-01-23 15:19:05 +08:00
HttpDns.h NetworkPkg:Enable Http Boot over Ipv6 stack 2015-11-09 03:30:42 +00:00
HttpDriver.c NetworkPkg: Fix protocol handler service in HttpDxe. 2017-01-23 15:19:05 +08:00
HttpDriver.h NetworkPkg/HttpDxe: HTTPS support over IPv4 and IPv6 2016-12-22 20:33:40 +08:00
HttpDxe.inf NetworkPkg: Update Protocol/Guid usage in INF file to match source code logic 2017-10-10 18:10:21 +08:00
HttpDxe.uni NetworkPkg: Convert all .uni files to utf-8 2015-12-15 04:56:57 +00:00
HttpDxeExtra.uni NetworkPkg: Convert all .uni files to utf-8 2015-12-15 04:56:57 +00:00
HttpImpl.c NetworkPkg/HttpDxe: Remove the unnecessary ASSERT. 2017-12-27 16:29:57 +08:00
HttpImpl.h NetworkPkg/HttpDxe: Clarify the usage of HttpConfigData in HTTP protocol 2017-09-29 09:02:08 +08:00
HttpProto.c NetworkPkg: Convert source file to DOS format 2017-12-28 12:48:03 +08:00
HttpProto.h NetworkPkg/HttpDxe: Destroy the TLS instance when cleaning up the HTTP child 2017-08-02 15:31:54 +08:00
HttpsSupport.c NetworkPkg/HttpDxe: Fix build warning error if CHAR8 is unsigned. 2018-01-10 08:32:47 +08:00
HttpsSupport.h NetworkPkg/HttpDxe: Destroy the TLS instance when cleaning up the HTTP child 2017-08-02 15:31:54 +08:00