Re: [Evolution-hackers] [CAMEL] Can a CamelFolder do without a CamelFolderSummary?



On Thu, 2005-11-10 at 12:25 +0100, Jules Colding wrote:
> Hi,
> 
> Is the folder->summary member required to be non-NULL? I am seeing segvs
> all over the place, after having done my folder implementation, which I
> suspect is because of access to the folder->summary member which, being
> NULL, can't be accessed.

I was wrong. 

I discovered that Evolution did not check for uids being NULL in
message-list.c line 3474 after retrieving the uids from
camel_folder_get_uids(). Fixing my return value fixed the segvs.

-- 
  jules





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