connection.c: Align pointer extra storage correctly
authorKristian Høgsberg <krh@bitplanet.net>
Mon, 4 Feb 2013 12:07:17 +0000 (07:07 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 14 Feb 2013 19:23:58 +0000 (14:23 -0500)
commita98cfc029bd4ce9ce0b60c73ee192ec75273a8d5
treef1972ddc46c289e5459b5f475529f54ba6fec226
parent9ebb18418a1c3dccc19d3931766240b54227f131
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.
src/connection.c