Re: Secure way to crash Balsa
- From: Pawel Salek <pawsa theochem kth se>
- To: balsa-list gnome org
- Subject: Re: Secure way to crash Balsa
- Date: Mon, 12 Mar 2007 13:09:43 +0100
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]