audk/NetworkPkg/HttpDxe
Saloni Kasbekar 5c86b0b57c NetworkPkg/HttpDxe: Track HttpInstance URL buffer length.
In EfiHttpRequest(), length of target URLs was always compared to
fixed-size value, even after allocating a larger URL buffer. Added
UrlLen to HTTP_PROTOCOL to store the size and reallocate if the size
changes.

Signed-off-by: Saloni Kasbekar <saloni.kasbekar@intel.com>
2024-07-11 21:42:32 +00:00
..
ComponentName.c NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
ComponentName.h
HttpDns.c NetworkPkg: Add PCDs for HTTP DNS RetryCount and RetryInterval 2022-04-11 15:12:46 +00:00
HttpDns.h NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
HttpDriver.c NetworkPkg/HttpDxe: fix driver binding start issue. 2023-07-20 01:41:02 +00:00
HttpDriver.h NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
HttpDxe.inf NetworkPkg: Add PCDs for HTTP DNS RetryCount and RetryInterval 2022-04-11 15:12:46 +00:00
HttpDxe.uni
HttpDxeExtra.uni
HttpImpl.c NetworkPkg/HttpDxe: Track HttpInstance URL buffer length. 2024-07-11 21:42:32 +00:00
HttpImpl.h NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
HttpProto.c NetworkPkg/HttpDxe: Track HttpInstance URL buffer length. 2024-07-11 21:42:32 +00:00
HttpProto.h NetworkPkg/HttpDxe: Track HttpInstance URL buffer length. 2024-07-11 21:42:32 +00:00
HttpsSupport.c NetworkPkg/HttpDxe: Add HttpEventTlsConfigured HTTP callback event 2024-01-10 03:19:31 +00:00
HttpsSupport.h NetworkPkg/HttpDxe: Refactor TlsCreateChild 2024-01-10 03:19:31 +00:00