List Question
10 TechQA 2015-06-19 18:38:39Dealing with data serialization without violating the strict aliasing rule
783 views
Asked by Eugene Sh.
What is the effective type of an object written by memset?
1.3k views
Asked by M.M
Does casting a char array to another type violate strict-aliasing rules?
1k views
Asked by John Zwinck
Declaring a variable non-aliased in clang?
280 views
Asked by Danra
Reinterpret struct with members of the same type as an array in a standard compliant way
1.3k views
Asked by yuri kilochek
Does char[] + memcpy() violate strict aliasing?
241 views
Asked by Andrew Sun
Virtual inheritance example in C, exploiting undefined behavior?
157 views
Asked by Kornel Jahn
Does this really break strict-aliasing rules?
4.3k views
Asked by Red Alert
Type-Punning a pointer inside of incompatible but equivalent structs correctly
310 views
Asked by netcat