tianocore / edk2

EDK II
https://github.com/tianocore/tianocore.github.io/wiki/EDK-II
Other
4.52k stars 2.44k forks source link

NetworkPkg/HttpDxe: Track HttpInstance URL buffer length. #5899

Closed SaloniKasbekar closed 1 month ago

SaloniKasbekar commented 1 month ago

Description

In EfiHttpRequest(), length of target URLs was always compared to fixed-size value, even after allocating a larger URL buffer. This change ensures the right URL length is used during calculations.

How This Was Tested

CI

Integration Instructions

N/A

SaloniKasbekar commented 1 month ago

Thanks for the feedback. I have updated the commit message.