Skip to content
Commit 4fabcb3c authored by Matthew Barnes's avatar Matthew Barnes
Browse files

Avoid a crash in cal_backend_add_cached_timezone().

Apparently icaltimezone_get_tzid() can sometimes return NULL.  Check for
NULL before we use it in a hash table lookup, which crashes on NULL keys.

Add a similar check to ECalClient for consistency.

(cherry picked from commit 244003d5)
parent a374583a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment