Changes between Initial Version and Version 1 of Ticket #306
- Timestamp:
- May 28, 2007 1:00:19 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #306
- Property Status changed from new to closed
- Property Resolution changed from to fixed
- Property Summary changed from Error in SIP transport lookup because of memory alignment problem (thanks Samuel Vinson) to Error in SIP transport lookup because of memory alignment problem on Nintendo DS (thanks Samuel Vinson)
-
Ticket #306 – Description
initial v1 11 11 This causes a problem when the compiler maps {{{type}}} field to {{{char}}} data type and when the {{{addr}}} field starts at {{{transport_key+4}}}, because there are three unitialized bytes between {{{type}}} and {{{addr}}}. 12 12 13 More over, the key length is calculated as {{{sizeof(key.addr) + addr_len}}}, so this would cause the several bytes of the key to be ignored. 13 More over, the key length is calculated as {{{sizeof(key.addr) + addr_len}}}, so this would cause several bytes of the key to be ignored. 14 15 Currently this has been reported as a problem on Nintendo DS port only. 14 16 15 17 Thanks Samuel Vinson <samuelv at users.sourceforge.net> for pointing this out!