bug-mailutils
[Top][All Lists]
Advanced

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

[bug-mailutils] sigsegv in 0.6.94 solved for configure --disable-imap


From: Thomas Seeling
Subject: [bug-mailutils] sigsegv in 0.6.94 solved for configure --disable-imap
Date: Sat, 10 Jun 2006 16:58:03 +0200
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

Hallo,


even when configure was not defining imap, mh etc., it still
was being inserted into the list, but the comparator abends
with sigsegv on the record's NULL value.

# diff -u mailbox/registrar.c*
--- mailbox/registrar.c 2006-06-10 15:54:11.000000000 +0200
+++ mailbox/registrar.c.old     2006-06-10 15:54:02.000000000 +0200
@@ -143,8 +143,6 @@
   mu_list_t list;
   mu_list_comparator_t comp;

-       if (record == NULL)
-               return 0;
   _registrar_get_list (&list);
   comp = mu_list_set_comparator (list, _compare_prio);
   status = mu_list_insert (list, record, record, 1);


Tschau...Thomas

Tschau...Thomas
-- 

"Do you wanna be a legend or a passing footprint on the sands of time?"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]