From 580b80f5b3e1a018fc4aeaa9b1b29c24e556a763 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Thu, 25 Oct 2001 19:45:07 +0000 Subject: It is possible for start_foo.value to be NULL after a cal to 2001-10-25 Jon Trowbridge * e-summary-tasks.c (sort_uids): It is possible for start_foo.value to be NULL after a cal to cal_component_get_dtstart, so we need to check for this before dereferencing it. (Bug #13259) svn path=/trunk/; revision=14097 --- my-evolution/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'my-evolution/ChangeLog') diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index cceecbda73..9204d054cd 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,10 @@ +2001-10-25 Jon Trowbridge + + * e-summary-tasks.c (sort_uids): It is possible for + start_foo.value to be NULL after a cal to + cal_component_get_dtstart, so we need to check for this before + dereferencing it. (Bug #13259) + 2001-10-24 Iain Holmes * e-summary-mail.c (e_summary_mail_init): Don't free the mail part. -- cgit v1.2.3