[Pidgin] #5818: 04-tcp-pending

Pidgin trac at pidgin.im
Mon Jun 2 00:35:21 EDT 2008


#5818: 04-tcp-pending
---------------------+------------------------------------------------------
  Reporter:  csyfek  |       Owner:  seanegan                  
      Type:  patch   |      Status:  new                       
  Priority:  minor   |   Milestone:                            
 Component:  QQ      |     Version:  2.4.0                     
Resolution:          |    Keywords:  tcp-pending QQ OpenQ patch
   Pending:  0       |  
---------------------+------------------------------------------------------
Comment (by QuLogic):

 Again, a copy of the patch ungzipped. This depends on my version of the
 patches in #5639 and #5718.
 I changed the //comments to /*comments*/. I changed %lu to %p where
 necessary. I also added a g_free(trans) in `qq_packet_pop` that seemed to
 be missing.
 I made a change in login_logout.c from:
 {{{
         memcpy(src, &uid, 4);
         memcpy(src, session_key, QQ_KEY_LENGTH);
 }}}
 to:
 {{{
         memcpy(src, &uid, sizeof(uid));
         memcpy(src + sizeof(uid), session_key, QQ_KEY_LENGTH);
 }}}
 Otherwise, the whole first line is not useful. Someone will have to check
 whether that is correct.

 I haven't yet been able to check out all of qq_network.c, though.

-- 
Ticket URL: <http://developer.pidgin.im/ticket/5818#comment:3>
Pidgin <http://pidgin.im>
Pidgin


More information about the Tracker mailing list