Fix a possible MSN remote crash
commit4c8265d0ed1b9e7761c8ba0d617c2b5138924be1
authorMark Doliner <markdoliner@pidgin.im>
Mon, 7 May 2012 03:18:08 +0000 (7 03:18 +0000)
committerMark Doliner <markdoliner@pidgin.im>
Mon, 7 May 2012 03:18:08 +0000 (7 03:18 +0000)
treee85d479f86c9e1911c0e0963521e80d6ae7ffb1b
parent53d2874b2d36710abf81015512b2b2e3fa062d58
Fix a possible MSN remote crash

Incoming messages with certain characters or character encodings
can cause clients to crash.  The fix is for the contents of all
incoming plaintext messages are converted to UTF-8 and validated
before used.

This was reported to us by Fabian Yamaguchi and this patch was written
by Elliott Sales de Andrade (maybe with small, insignificant changes by me)

--HG--
branch : release-2.x.y
extra : convert_revision : 94cbd5a68ee237c970d8bd6d9d53106f1b9627ad
libpurple/protocols/msn/msg.c