| 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 | syncevolution-issues@syncevolution.org |
| Reporter | g+syncevolution@cobb.uk.net |
| CC | syncevolution-issues@syncevolution.org |
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.