Mercurial > pidgin
comparison ChangeLog @ 31082:86598f5d7ebd
Yahoo: Fix a crash that happens when the PurpleAccount disconnects after
purple_network_listen() is called in yahoo_send_p2p_pkt(), but before the
callback for purple_network_listen() is called. This solution isn't perfect--
it will almost certainly fall flat on its face if yahoo_send_p2p_packet() is
called twice in a row--but doesn't make matters worse. Fixes #12432.
committer: John Bailey <rekkanoryo@rekkanoryo.org>
author | hanzz@soc.pidgin.im |
---|---|
date | Thu, 30 Dec 2010 01:22:52 +0000 |
parents | e023b0378887 |
children | a46a737efbe3 |
comparison
equal
deleted
inserted
replaced
31081:e023b0378887 | 31082:86598f5d7ebd |
---|---|
21 * The Autoaccept plugin now allows choosing Reject/Ask/Accept for | 21 * The Autoaccept plugin now allows choosing Reject/Ask/Accept for |
22 non-buddies. (Rok Mandeljc) (half of #11459) | 22 non-buddies. (Rok Mandeljc) (half of #11459) |
23 | 23 |
24 QQ: | 24 QQ: |
25 * QQ2008 is now the default protocol version. (Michael Terry) (#11635) | 25 * QQ2008 is now the default protocol version. (Michael Terry) (#11635) |
26 | |
27 Yahoo!/Yahoo! JAPAN: | |
28 * Fix a crash when an account disconnects before a p2p session is | |
29 completely set up. (Jan Kaluza) (#12432) | |
26 | 30 |
27 version 2.7.9 (12/26/2010): | 31 version 2.7.9 (12/26/2010): |
28 MSN: | 32 MSN: |
29 * Fix a crash when receiving short packets related to P2Pv2. (CVE ID | 33 * Fix a crash when receiving short packets related to P2Pv2. (CVE ID |
30 pending) | 34 pending) |