Fix pointer dereferencing to unaligned data. Many platforms do not support it, ARM...
authorfatbob313 <martin@fatbob.nu>
Thu, 14 Jan 2010 21:20:29 +0000 (21:20 +0000)
committerfatbob313 <martin@fatbob.nu>
Thu, 14 Jan 2010 21:20:29 +0000 (21:20 +0000)
commit0bf0d74b01ffabca588c3a06027436a4d2944618
tree0b7571a9f918234b2bf2a12ec62f23a289b0b548
parentc7df54e693e34de4037a8cc8b7a28828302c7fa5
Fix pointer dereferencing to unaligned data. Many platforms do not support it, ARM to mention one...
Also fix potential bug in receive logic.
src/client.c
src/messages.c