[edk2-devel] [PATCH] NetworkPkg:HttpDxe:CoverityIssues

2024-05-10 Thread Santhosh Kumar V via groups.io
Resolved Coverity Issues in Http Dxe 1.HttpResponseWorker(DEADCODE) The result of pointer arithmetic "HttpHeaders + AsciiStrLen("HTTP/1.1") + 1" is never null. 2.HttpDns4 (DEAD LOOP) Coverity reports dead loop error since IsDone is always false ,In Some scenario it might not update the to true 3.

[edk2-devel] [PATCH] NetworkPkg:HttpDxe:CoverityIssues

2024-05-10 Thread Santhosh Kumar V via groups.io
Resolved Coverity Issues in Http Dxe 1.HttpResponseWorker(DEADCODE) The result of pointer arithmetic "HttpHeaders + AsciiStrLen("HTTP/1.1") + 1" is never null. 2.HttpDns4 (DEAD LOOP) Coverity reports dead loop error since IsDone is always false ,In Some scenario it might not update the to true 3.