Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 99afb1ffb0c5e1c772853a6e5b4ecb75ff95f896
      
https://github.com/tianocore/edk2/commit/99afb1ffb0c5e1c772853a6e5b4ecb75ff95f896
  Author: Michael Kubacki <[email protected]>
  Date:   2026-07-31 (Fri, 31 Jul 2026)

  Changed paths:
    M MdeModulePkg/Universal/HiiDatabaseDxe/Image.c

  Log Message:
  -----------
  MdeModulePkg/HiiDatabaseDxe: Fix potential intrinsic error

In some VS22 versions, these code patterns (assiging the scalar in
a loop) have been found to be converted into calls to the `memcpy`
intrinsic. This change updates them to use CopyMem to avoid the
potential error.

Previous:
- MSVC version: 14.31.31103

New:
- MSVC version: 14.32.31326

Signed-off-by: Michael Kubacki <[email protected]>



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