connection.c: Align pointer extra storage correctly
Most extra data are just pointers, but in case of fds we store an int in the extra space. That can cause un-aligned access to pointers on 64 bit architectures. Make sure we always align pointer storage correctly.
Loading
Please register or sign in to comment