edk2/MdeModulePkg/Universal/HiiDatabaseDxe
Michael Kubacki 99afb1ffb0 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 <michael.kubacki@microsoft.com>
2026-07-31 01:16:29 +00:00
..
ConfigKeywordHandler.c MdeModulePkg/HiiDatabaseDxe: Remove assert for VarStoreId = 0 2024-06-06 05:41:00 +00:00
ConfigRouting.c MdeModulePkg: Cleanup debug print readability 2026-05-06 10:43:05 +00:00
Database.c MdeModulePkg: Fix regressions from 11686, 11687, 11688, 11689. 2025-12-06 09:54:37 +00:00
Font.c MdeModulePkg: Fix conditionally uninitialized variables 2023-04-03 15:29:08 +00:00
HiiDatabase.h MdeModulePkg: Replace include guards with #pragma once 2026-02-23 21:01:28 +00:00
HiiDatabase.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
HiiDatabaseDxe.inf MdeModulePkg: Adding support for authenticated variable 2024-10-30 03:36:56 +00:00
HiiDatabaseEntry.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
HiiDatabaseExtra.uni MdeModulePkg: Replace BSD License with BSD+Patent License 2019-04-09 10:58:08 -07:00
Image.c MdeModulePkg/HiiDatabaseDxe: Fix potential intrinsic error 2026-07-31 01:16:29 +00:00
ImageEx.c MdeModulePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
String.c MdeModulePkg: Fix missing NULL tests. 2025-11-22 22:47:28 +00:00