fix misaligned address buffers in gethostbyname[2][_r] results
authorRich Felker <dalias@aerifal.cx>
Mon, 27 Jun 2016 21:11:30 +0000 (17:11 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 27 Jun 2016 21:11:30 +0000 (17:11 -0400)
commit4da0bc5ef8e0fdea65335599d947d74b7b321daa
tree73c4f83cbf63b449eebe4fa56d84118773e5fc5d
parent384d103d94dba0472a587861f67d7ed6e8955f86
fix misaligned address buffers in gethostbyname[2][_r] results

mistakenly ordering strings before addresses in the result buffer
broke the alignment that the preceding code had set up.
src/network/gethostbyname2_r.c