Commits


Orgad Shaneh authored and Andy Green committed 2badaef4fc1
unix plat: avoid strict aliasing complaint from a toolchain The type of the fields in rtentry is sockaddr, and it is casted to sockaddr_in. Size-wise it is ok, they should both be the same size. But casting a pointer breaks build with optimizations with the following error: unix-sockets.c:434: error: dereferencing pointer 'addr' does break strict-aliasing rules Amends commit 3c95483518e8e1e203f9f75e25bd65b298445cfa.