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
..
2024-08-20 14:59:54 +02:00
2024-08-14 22:18:28 +02:00
2024-08-20 14:59:54 +02:00
2024-07-23 14:06:21 -07:00