|

楼主 |
发表于 2004-3-1 09:31:09
|
显示全部楼层
关于gaim-qq 崩溃的一个bug,
如果用户添加自己为好友,那么在载入gaim-qq时候回崩溃。
原因:
QQ server will send QQ_CMD_RECV_MSG_FRIEND_CHANGE_STATUS before the QQ_CMD_LOGIN reply packet, if the user itself is in the list.
This results in empty qd->session_key in qq_data structure and then program crashes in function qq_process_friends_change_status.
暂时的解决方法:在windows QQ中删除自己。
我正在修改代码,下一个版本解决。 |
|