Branch: refs/heads/dependabot/pip/edk2-pytool-extensions-0.27.5
Home: https://github.com/tianocore/edk2
Commit: e7848481160b270ebc59d68ecbc8d2722e3aed8c
https://github.com/tianocore/edk2/commit/e7848481160b270ebc59d68ecbc8d2722e3aed8c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M pip-requirements.txt
Log Message:
-----------
pip: bump regex from 2023.12.25 to 2024.5.15
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2023.12.25 to
2024.5.15.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
-
[Commits](https://github.com/mrabarnett/mrab-regex/compare/2023.12.25...2024.5.15)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Commit: ced13b93afea87a8a1fe6ddbb67240a84cb2e3d3
https://github.com/tianocore/edk2/commit/ced13b93afea87a8a1fe6ddbb67240a84cb2e3d3
Author: Sam <[email protected]>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M NetworkPkg/TcpDxe/TcpDriver.c
Log Message:
-----------
NetworkPkg TcpDxe: Fixed system stuck on PXE boot flow in iPXE environment
This bug fix is based on the following commit "NetworkPkg TcpDxe: SECURITY
PATCH"
REF: 1904a64
Issue Description:
An "Invalid handle" error was detected during runtime when attempting to
destroy a child instance of the hashing protocol. The problematic code segment
was:
NetworkPkg\TcpDxe\TcpDriver.c
Status = Hash2ServiceBinding->DestroyChild(Hash2ServiceBinding,
&mHash2ServiceHandle);
Root Cause Analysis:
The root cause of the error was the passing of an incorrect parameter type, a
pointer to an EFI_HANDLE instead of an EFI_HANDLE itself, to the DestroyChild
function. This mismatch resulted in the function receiving an invalid handle.
Implemented Solution:
To resolve this issue, the function call was corrected to pass
mHash2ServiceHandle directly:
NetworkPkg\TcpDxe\TcpDriver.c
Status = Hash2ServiceBinding->DestroyChild(Hash2ServiceBinding,
mHash2ServiceHandle);
This modification ensures the correct handle type is used, effectively
rectifying the "Invalid handle" error.
Verification:
Testing has been conducted, confirming the efficacy of the fix. Additionally,
the BIOS can boot into the OS in an iPXE environment.
Cc: Doug Flick [MSFT] <[email protected]>
Signed-off-by: Sam Tsai [Wiwynn] <[email protected]>
Reviewed-by: Saloni Kasbekar <[email protected]>
Commit: a8dc6bf73f789f38f2930641b20dfd6d9e38f411
https://github.com/tianocore/edk2/commit/a8dc6bf73f789f38f2930641b20dfd6d9e38f411
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M pip-requirements.txt
Log Message:
-----------
pip: bump edk2-pytool-library from 0.20.0 to 0.21.5
Bumps [edk2-pytool-library](https://github.com/tianocore/edk2-pytool-library)
from 0.20.0 to 0.21.5.
- [Release notes](https://github.com/tianocore/edk2-pytool-library/releases)
-
[Commits](https://github.com/tianocore/edk2-pytool-library/compare/v0.20.0...v0.21.5)
---
updated-dependencies:
- dependency-name: edk2-pytool-library
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Commit: 1dfbad659ac45c596a32f23b7d66374375f9a897
https://github.com/tianocore/edk2/commit/1dfbad659ac45c596a32f23b7d66374375f9a897
Author: Michael Kubacki <[email protected]>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M NetworkPkg/TcpDxe/TcpDriver.c
M pip-requirements.txt
Log Message:
-----------
Merge branch 'master' into dependabot/pip/edk2-pytool-extensions-0.27.5
Compare: https://github.com/tianocore/edk2/compare/63bc857c90ed...1dfbad659ac4
To unsubscribe from these emails, change your notification settings at
https://github.com/tianocore/edk2/settings/notifications
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits