[Evolution] Bug#341323: evolution-data-server: implicit pointer conversion

dann frazier dannf at hp.com
Wed Nov 30 00:51:15 UTC 2005


Package: evolution-data-server
Version: 1.4.1.1-1
Severity: important
Tags: experimental, patch

Our automated buildd log filter[1] detected a problem that will cause
your package to segfault on architectures where the size of a pointer is
greater than the size of an integer, such as ia64.

Function `isodate_from_time_t' implicitly converted to pointer at e-cal-backend-http.c:877

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions

--- evolution-data-server-1.4.1.1/calendar/backends/http/e-cal-backend-http.c.orig	2005-10-03 03:05:43.000000000 -0600
+++ evolution-data-server-1.4.1.1/calendar/backends/http/e-cal-backend-http.c	2005-11-29 17:47:25.000000000 -0700
@@ -31,6 +31,7 @@
 #include <libedataserver/e-xml-hash-utils.h>
 #include <libecal/e-cal-recur.h>
 #include <libecal/e-cal-util.h>
+#include <libecal/e-cal-time-util.h>
 #include <libedata-cal/e-cal-backend-cache.h>
 #include <libedata-cal/e-cal-backend-util.h>
 #include <libedata-cal/e-cal-backend-sexp.h>






More information about the Pkg-evolution-maintainers mailing list