Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite loops in iter when interval < 0 #568

Open
otsab19 opened this issue Feb 17, 2023 · 1 comment
Open

Infinite loops in iter when interval < 0 #568

otsab19 opened this issue Feb 17, 2023 · 1 comment

Comments

@otsab19
Copy link

otsab19 commented Feb 17, 2023

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.

@Dschoordsch
Copy link

Duplicate of #481

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants