audk/NetworkPkg/HttpDxe
Santhosh Kumar V df84bb5eda Resolved Coverity Issues in Http Dxe
1.HttpResponseWorker(DEADCODE)
The result of pointer arithmetic "HttpHeaders+AsciiStrLen("HTTP/1.1") + 1"
is never null.
2.HttpsSupport.c (NULL_RETURNS)
NetbufAlloc might return null pointer ,so assigning "NULL" to
"PacketOut" and "DataOut" pointer.

Solution:
1.Removed the NULL Check for "StatusCodeStr"
2.Added Null Check for PacketOut and returned EFI_OUT_OF_RESOURCES
on NULL case.

Signed-off-by: santhosh kumar V <santhoshkumarv@ami.com>
2025-01-28 20:38:38 +00:00
..
ComponentName.c NetworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
ComponentName.h NetworkPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:15 -07:00
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 NetworkPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:15 -07:00
HttpDxeExtra.uni NetworkPkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:15 -07:00
HttpImpl.c Resolved Coverity Issues in Http Dxe 2025-01-28 20:38:38 +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 Resolved Coverity Issues in Http Dxe 2025-01-28 20:38:38 +00:00
HttpsSupport.h NetworkPkg/HttpDxe: Refactor TlsCreateChild 2024-01-10 03:19:31 +00:00