PolyWolf on Security

Report: C++ Zero Initialization Costs Nothing, Prevents Lots

Posted on 2022-11-25: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2723r0.html

Really cool to see that compilers are just that good at optimizing out redundant stores now! Uninit memory is a scourge, purge this blight from the earth yes pls.