Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 5a414b5ef7ded0f7b0fc0ff0050fcf0cd1b8f332
      
https://github.com/tianocore/edk2/commit/5a414b5ef7ded0f7b0fc0ff0050fcf0cd1b8f332
  Author: Yang Gang <[email protected]>
  Date:   2026-02-02 (Mon, 02 Feb 2026)

  Changed paths:
    M MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c

  Log Message:
  -----------
  MdeModulePkg/SetupBrowserDxe: Fix code issue in ParseOpCodes()

`if (CurrentForm != NULL)` and
`if (InScopeDisable && (CurrentForm == NULL))`conflict.

`if (CurrentForm != NULL)` should be `if (CurrentExpression != NULL)`.

Signed-off-by: Yang Gang <[email protected]>


  Commit: f5f4e9b764628b7c85a1fb6c695cdae7238e4b72
      
https://github.com/tianocore/edk2/commit/f5f4e9b764628b7c85a1fb6c695cdae7238e4b72
  Author: Yang Gang <[email protected]>
  Date:   2026-02-02 (Mon, 02 Feb 2026)

  Changed paths:
    M MdeModulePkg/Universal/SetupBrowserDxe/Expression.c

  Log Message:
  -----------
  MdeModulePkg/SetupBrowserDxe: Check Form parameter in RuleIdToExpression()

Signed-off-by: Yang Gang <[email protected]>


Compare: https://github.com/tianocore/edk2/compare/e0f8dc155fa5...f5f4e9b76462

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

Reply via email to