Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 6510dcf6f71adbe282bff0ba2b236f1d074f819f https://github.com/tianocore/edk2/commit/6510dcf6f71adbe282bff0ba2b236f1d074f819f Author: de...@edk2.groups.io <de...@edk2.groups.io> Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths: M NetworkPkg/HttpDxe/HttpDriver.c Log Message: ----------- NetworkPkg/HttpDxe: fix driver binding start issue. When failure happens in HttpDxeStart, the error handling code release the memory buffer but it does not uninstall HTTP service binding protocol. As the result, application can still locate this protocol and invoke service binding functions in released memory pool. Cc: Maciej Rabeda <maciej.rab...@linux.intel.com> Cc: Siyuan Fu <siyuan...@intel.com> Cc: Abner Chang <abner.ch...@amd.com> Cc: Igor Kulchytskyy <ig...@ami.com> Cc: Nick Ramirez <nrami...@nvidia.com> Signed-off-by: Nickle Wang <nick...@nvidia.com> Reviewed-by: Saloni Kasbekar <saloni.kasbe...@intel.com> Acked-by: Michael D Kinney <michael.d.kin...@intel.com> _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits