Post #2234493
2025-12-03 15:40 UTC
@JSAMcFarlane@mastodon.ie I think that is a bit too easy. We should also learn that optimizations are not exploitable. When you send a type with a bool member over the network that makes you exposed.
Replies (1)
-
@vitaut@mastodon.social 2025-12-03 16:11
@meetingcpp@mastodon.online @JSAMcFarlane@mastodon.ie This is only true if your serialization format allows values other than 0 or 1 which is usually not the case. There are non exploitable issues on serialization side though.