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
..
2022-09-30 11:07:41 +00:00
2023-05-16 20:21:36 -07:00
2024-08-22 16:54:35 +03:00