By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 1126

Summary: Kaddressbook with carddav crashes on connect with OwnCloud
Product: TDE Reporter: Skyliner <webadmin>
Component: tdepimAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: normal CC: bugwatch, darrella
Priority: P5    
Version: 3.5.13 [Trinity]   
Hardware: All   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Attachments: libcarddav patch to work with owncloud

Description Skyliner 2012-07-25 16:10:14 CDT
Created attachment 710 [details]
libcarddav patch to work with owncloud

Kaddressbook with carddav crashes on connect with OwnCloud Carddav server.
Problem:
libcarddav->get-carddav-report.c->carddav_dirlist->get_tag()
(line 144 & 155)
search for string "D:href" but owncloud gives "d:href".
in function "get_tag()" the "strstr()" is case sensitive an returns a Null-Pointer on "d:href".
carddav_getall() access the Null-Pointer and segfault's.

working patch attached

Skyliner
Comment 1 Timothy Pearson 2012-07-25 16:51:52 CDT
Fixed in GIT hash 9b14827.

Thanks for the patch!