| Summary | Empty response to REPORT may lead to crash | 
| Queue | Kronolith | 
| Queue Version | 3.0.11 | 
| Type | Bug | 
| State | Resolved | 
| Priority | 2. Medium | 
| Owners | jan (at) horde (dot) org | 
| Requester | christof (at) buergi (dot) lugs (dot) ch | 
| Created | 11/12/2011 (5106 days ago) | 
| Due | |
| Updated | 11/30/2011 (5088 days ago) | 
| Assigned | |
| Resolved | 11/30/2011 (5088 days ago) | 
| Github Issue Link | |
| Github Pull Request | |
| Milestone | 3.0.13 | 
| Patch | Yes | 
State ⇒ Resolved
Milestone ⇒ 3.0.13
[jan] Don't fail on empty CalDAV calendars (christof@buergi.lugs.ch,
Bug #10739).3 files changed, 7 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/39a0d24e2a4c3c688475692957351b8a12c3c163
Priority ⇒ 2. Medium
New Attachment: Ical.patch
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Empty response to REPORT may lead to crash
Type ⇒ Bug
State ⇒ Unconfirmed
<response> tag may be returned (at least Google Calendar does so).
This leads to Kronolith crashing when it tries to access the
nonexistant <propstat> sub tag.
This patch adds an extra check, whether there is a <propstat> inside
the <response> in the first place.