| Summary: | Kaddressbook with carddav crashes on connect with OwnCloud | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Skyliner <webadmin> |
| Component: | tdepim | Assignee: | 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 | ||
Fixed in GIT hash 9b14827. Thanks for the patch! |
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