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 - Kaddressbook with carddav crashes on connect with OwnCloud
Summary: Kaddressbook with carddav crashes on connect with OwnCloud
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdepim (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: All Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-07-25 16:10 CDT by Skyliner
Modified: 2012-10-19 15:14 CDT (History)
2 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
libcarddav patch to work with owncloud (790 bytes, application/octet-stream)
2012-07-25 16:10 CDT, Skyliner
Details

Note You need to log in before you can comment on or make changes to this bug.
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!