Hey, Stig Bjørlykke wrote:
On 1. juni. 2009, at 21.17, Ravi Kondamuru wrote:size_t on Win64 is a 64bit value and it is being assigned to a 16bit value without being typecast.i am guessing that is the issue here.Not that one, the one reported by the Ubuntu buildbot.
I _think_ you need to cast to (void *) in order to circumvent GCC's pointer check. Possible patch attached.
Best regards, Kovarththanan Rajaratnam
void_cast.patch
Description: application/xxxxx
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
