Comment 35 for bug 136302

Revision history for this message
Cesare Tirabassi (norsetto) wrote :

Attached here below are the 9 patches; they includes the CVE reference and a version number in conformity to the SUP.

Patches for sylpheed-claws and sylpheed-claws-gtk2 change:

alertpanel_error_log(err_msg);

to

alertpanel_error_log("%s", err_msg);

Patches for sylpheed change:

alertpanel_error(err_msg);

to

alertpanel_error("%s", err_msg);

NOTE: there is a bug in cdbs_edit_patch (see bug 137827) which may prevent the correct application of the sylpheed patches in a gutsy environment.