id summary reporter owner description type status priority milestone component version resolution keywords cc backport_to_milestone backported 328 Possible alignment error in DNS encoding bennylp bennylp "When creating DNS query packet, the {{{pj_dns_make_query()}}} function typecasts the packet buffer into {{{pj_dns_hdr}}} struct and write 16bit values to it. This will raise alignment error when the buffer is not 16bit aligned. Also changed various {{{pj_ntohs()}}} to {{{pj_htons()}}} and {{{char*}}} to {{{pj_uint8_t*}}} for packet buffer, for better semantics. " defect closed normal release-0.8.0 pjlib-util trunk fixed