mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
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> |
||
|---|---|---|
| .. | ||
| ConfigKeywordHandler.c | ||
| ConfigRouting.c | ||
| Database.c | ||
| Font.c | ||
| HiiDatabase.h | ||
| HiiDatabase.uni | ||
| HiiDatabaseDxe.inf | ||
| HiiDatabaseEntry.c | ||
| HiiDatabaseExtra.uni | ||
| Image.c | ||
| ImageEx.c | ||
| String.c | ||