[Pidgin] #3436: purple_markup_html_to_xhtml in util.c segfaults given invalid html
Pidgin
trac at pidgin.im
Wed Oct 3 16:53:02 EDT 2007
#3436: purple_markup_html_to_xhtml in util.c segfaults given invalid html
---------------------+------------------------------------------------------
Reporter: jeffr | Owner: nwalp
Type: defect | Status: new
Priority: minor | Milestone:
Component: XMPP | Version: 2.2.0
Resolution: | Keywords:
Pending: 0 |
---------------------+------------------------------------------------------
Comment (by jeffr):
Sorry, here is a more proper test case:
char* xhtml;
char* plaintext;
xhtml = g_strdup("");
plaintext = g_strdup("");
purple_markup_html_to_xhtml("<a>", &xhtml, &plaintext);
--
Ticket URL: <http://developer.pidgin.im/ticket/3436#comment:1>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list