Ticket #670 (closed task: fixed)

Opened 9 months ago

Last modified 2 months ago

Fix dead loop in vformat

Reported by: cstender Assigned to: cstender
Priority: normal Milestone: 0.39
Component: Plugin: vformat Version: 0.35
Severity: normal Keywords:
Cc:

Description

A wrong formatted vcard can cause a dead loop in vformat.

BEGIN:VCARD
VERSION:2.1
N:Blub;Bla
FN:Bla Blub
ATTENDEE;ROLE=ATTENDEE;STATUS=NEEDS
ACTION;RSVP=YES;EXPECT=FYI;X-ROLE=REQ-PARTICIPANT;X-STATUS=NEEDS-ACTION:MyName
END:VCARD

Change History

02/14/08 20:45:22 changed by cstender

  • status changed from new to assigned.

07/30/08 18:42:42 changed by tuju

  • milestone changed from 0.40 to 0.39.

08/21/08 20:12:41 changed by cstender

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed with commit 3574 and 3575 for 0.2x and trunk.