dolphin/Source/Core
mitaclaw 5a95c5dd14 CachedInterpreterEmitter: Fix `std::memcpy` UB
I wasn't aware that even with a size of zero, it's still not safe to pass a nullptr to `std::memcpy`. When `CachedInterpreterEmitter::PoisonCallback` is written, UB is happening.
2024-09-01 19:36:21 -07:00
..
AudioCommon Adjust order and spacing of various #includes 2024-07-26 14:28:34 -07:00
Common Merge pull request #13031 from parona-source/libfmt-11 2024-08-31 15:34:48 +02:00
Core CachedInterpreterEmitter: Fix `std::memcpy` UB 2024-09-01 19:36:21 -07:00
DiscIO RVZ: Fix undefined behaviour when copying 0 bytes to a null pointer 2024-08-27 18:16:43 +02:00
DolphinNoGUI Adjust order and spacing of various #includes 2024-07-26 14:28:34 -07:00
DolphinQt Merge pull request #13031 from parona-source/libfmt-11 2024-08-31 15:34:48 +02:00
DolphinTool DolphinTool: print title IDs in hex 2024-08-16 18:39:23 +01:00
InputCommon Remove redundant semicolons 2024-08-20 14:59:54 +02:00
MacUpdater MacUpdater: Post-process the bundle 2024-08-01 22:06:55 -04:00
UICommon Merge pull request #13010 from OatmealDome/goodbye-steam 2024-08-16 20:03:38 +01:00
UpdaterCommon Use 'contains' method 2024-08-14 22:18:28 +02:00
VideoBackends Merge pull request #13031 from parona-source/libfmt-11 2024-08-31 15:34:48 +02:00
VideoCommon Merge pull request #13031 from parona-source/libfmt-11 2024-08-31 15:34:48 +02:00
WinUpdater Remove redundant semicolons 2024-08-20 14:59:54 +02:00
CMakeLists.txt CMakeLists: Embed macOS Updater app inside DolphinQt 2024-08-01 22:06:55 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props Cached Interpreter 2.0 2024-07-23 14:06:21 -07:00
DolphinLib.vcxproj Externals: Convert minizip-ng To Submodule 2024-05-03 12:43:33 -07:00
DolphinLib.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.x64.props Move x64 DSP JIT into DolphinLib.x64.props 2023-01-06 22:42:21 -08:00