Skip to content

Commit

Permalink
Merge branch 'release/202302' into codeql_fixes_2
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorBeebe authored Jul 19, 2023
2 parents e2ba6a6 + 4148c64 commit e5e2c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MdeModulePkg/Bus/Usb/UsbBusDxe/UsbDesc.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ UsbParseConfigDesc (

if (Setting == NULL) {
DEBUG ((DEBUG_ERROR, "UsbParseConfigDesc: warning: failed to get interface setting, stop parsing now.\n"));
goto ON_ERROR; // MU_CHANGE
break;
} else if (Setting->Desc.InterfaceNumber >= NumIf) {
DEBUG ((DEBUG_ERROR, "UsbParseConfigDesc: malformatted interface descriptor\n"));

Expand Down
2 changes: 1 addition & 1 deletion pip-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
##

edk2-pytool-library~=0.15.3 # MU_CHANGE
edk2-pytool-extensions~=0.23.8 # MU_CHANGE
edk2-pytool-extensions~=0.23.9 # MU_CHANGE
edk2-basetools==0.1.49
antlr4-python3-runtime==4.13.0
regex
Expand Down

0 comments on commit e5e2c63

Please sign in to comment.