Re: Secure way to crash Balsa



On 03/12/2007 12:42:22 PM, Steffen Klemer wrote:
Hi,

if you open a new-mail window, and press ESC Balsa will crash instantly.

Oh. That's what I call a real bug :).

Following fixes the crash for me...

Index: libbalsa/address-entry.c
===================================================================
--- libbalsa/address-entry.c    (revision 7573)
+++ libbalsa/address-entry.c    (working copy)
@@ -252,6 +252,8 @@
     const gchar *prefix;
     GList *match = NULL;

+    if(!info->active)
+        return;
     prefix = info->active->data;
     if (*prefix)
        match = lbae_get_matching_addresses(prefix, type);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]