https://bugs.freedesktop.org/show_bug.cgi?id=98026

            Bug ID: 98026
           Summary: No declaration of icalvalue_new_from_string in
                    eas-cal-info-translator.c
           Product: SyncEvolution
           Version: 1.5.2
          Hardware: Other
                OS: All
            Status: NEW
          Severity: major
          Priority: medium
         Component: ActiveSync
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

eas-cal-info-translator.c calls icalvalue_new_from_string without including the
appropriate header file.

This then causes a crash when an unmapped data field needs to be handled
(because of int being converted to pointer and being sign-extended). 

#include <libical/ical.h>

fixes the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Syncevolution-issues mailing list
[email protected]
https://lists.syncevolution.org/mailman/listinfo/syncevolution-issues

Reply via email to