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

Fixed potential stack overflow when calculating changes to DtStart, DtEnd, etc. #473

Merged
merged 2 commits into from
Apr 10, 2021

Conversation

Carbonitex
Copy link
Contributor

These changes here came from our copy of ical.net. Figured it would be good to push these potentially back. We were seeing some production systems getting stack overflows caused by some fields not being provided when creating a calendar event then setting a value. After setting this value ExtrapolateTimes would then start looping when attempting to set other DtStart, Duration, DtEnd values.

p.s This is my first pull request, familiar with using open source projects but this is my first time going upstream. If there are any changes or suggestions let me know.

@rianjs rianjs merged commit c299986 into rianjs:master Apr 10, 2021
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

Successfully merging this pull request may close these issues.

None yet

2 participants