[Pidgin] #7733: dnsquery.c bug in 64-bit

Pidgin trac at pidgin.im
Mon Dec 8 22:36:33 EST 2008


#7733: dnsquery.c bug in 64-bit
--------------------+-------------------------------------------------------
Reporter:  cavedon  |        Type:  patch    
  Status:  new      |   Component:  libpurple
 Version:  2.5.2    |    Keywords:           
--------------------+-------------------------------------------------------
 When HAVE_GETADDRINFO is not defined, the dnsquery.c code would crash on a
 64-bit machine because the resolver process would write a size_t (8 bytes)
 on the pipe but the receiver process would read an int (4 bytes).

 See the attached patch for details.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/7733>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list