jkbrzt / rrule

JavaScript library for working with recurrence rules for calendar dates as defined in the iCalendar RFC and more.

Home Page:https://jkbrzt.github.io/rrule

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Infinite loops in iter when interval < 0

otsab19 opened this issue · comments

commented

The issue can be reproduced by creating a rrule with an interval less than 0 or null , and then calling after, between, before.

Some parsing bug gave this Rrule : DTSTART:20230201T070000Z RRULE:FREQ=DAILY;INTERVAL=.007;COUNT=10 which goes on recursion.