Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: a9d304f85845712da1cd17a73cf30b4ca5ad4284 https://github.com/tianocore/edk2/commit/a9d304f85845712da1cd17a73cf30b4ca5ad4284 Author: Michael Kubacki <michael.kuba...@microsoft.com> Date: 2025-06-08 (Sun, 08 Jun 2025)
Changed paths: M MdeModulePkg/Universal/DisplayEngineDxe/InputHandler.c Log Message: ----------- MdeModulePkg: Prevent memcpy intrinsics in VS22 (17.14.2) The latest VS2022 update replaces some code patterns with struct assignments with `memcpy`. This change convert the code to explicitly use `CopyMem`. Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com> Commit: dfc8e90fdb5739ca7fa5a3dd3cbd4b74f80b9f73 https://github.com/tianocore/edk2/commit/dfc8e90fdb5739ca7fa5a3dd3cbd4b74f80b9f73 Author: Michael Kubacki <michael.kuba...@microsoft.com> Date: 2025-06-08 (Sun, 08 Jun 2025) Changed paths: M ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c M ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/BufferImage.c Log Message: ----------- ShellPkg: Prevent memcpy intrinsics in VS22 (17.14.2) The latest VS2022 update replaces some code patterns with struct assignments with `memcpy`. This change convert the code to explicitly use `CopyMem`. Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com> Compare: https://github.com/tianocore/edk2/compare/c0ef2b017855...dfc8e90fdb57 To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits