Mercurial > pidgin
annotate README.mingw @ 32796:5ae7e1f36b43
Fix a possible XMPP remote crash
A series of specially crafted file transfer requests can cause clients
to reference invalid memory. The user must have accepted one of the
file transfer requests.
The fix is to correctly cancel and free a SOCKS5 connection attempt so
that it does not trigger an attempt to access invalid memory later.
This was reported to us by Jos«± Valent«żn Guti«±rrez and this patch is
written by Paul Aurich.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 07 May 2012 03:16:31 +0000 |
parents | 416a125b66ac |
children |
rev | line source |
---|---|
16209
416a125b66ac
Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16039
diff
changeset
|
1 How to build Pidgin for Windows using MinGW |
416a125b66ac
Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16039
diff
changeset
|
2 ============================= |
3630 | 3 |
16209
416a125b66ac
Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16039
diff
changeset
|
4 For the latest build instructions, please refer to: |
3630 | 5 |
16209
416a125b66ac
Fix win32 build after autoreply was moved back to the plugin pack.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
16039
diff
changeset
|
6 http://developer.pidgin.im/wiki/BuildingWinPidgin |