Hacker News new | ask | show | jobs
by monocasa 1571 days ago
Casting pointers to different object types and then dereferencing them is undefined behavior.
1 comments

this is new to me, any source of it? Thanks!
now got it, strict aliasing that is.