[ASAN][calendar-service]TFDF-1840 76/205576/1 accepted/tizen/unified/20190508.111133 submit/tizen/20190507.124350
authorSameer Prakash Pradhan <sp.pradhan@samsung.com>
Tue, 7 May 2019 12:13:51 +0000 (17:43 +0530)
committerSameer Prakash Pradhan <sp.pradhan@samsung.com>
Tue, 7 May 2019 12:13:51 +0000 (17:43 +0530)
Change-Id: I753e85998d47cef4eb09a0fa3e0a3355a10b2a12
Signed-off-by: Sameer Prakash Pradhan <sp.pradhan@samsung.com>
common/cal_vcalendar_parse.c

index 5f74f63..e13f4ee 100644 (file)
@@ -1968,7 +1968,7 @@ static void __work_component_property_dtend(char *value, calendar_record_h recor
 static void __work_component_property_attendee_mailto(calendar_record_h attendee, char *value)
 {
        RET_IF(NULL == value);
-       RET_IF('\0' == *value);
+       RET_IF(NULL == *value);
        RET_IF(NULL == attendee);
 
        int ret = 0;