Hacker News new | ask | show | jobs
by jstimpfle 1571 days ago
Why can't you write an allocator???
1 comments

Casting pointers to different object types and then dereferencing them is undefined behavior.
this is new to me, any source of it? Thanks!
now got it, strict aliasing that is.