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

Tudu segfaults if two tasks in a row are scheduled for the same day #10

Open
GurvanKervern opened this issue Oct 24, 2022 · 0 comments
Open

Comments

@GurvanKervern
Copy link

It doesn't happen if you schedule task 1 for day X, task 2 for another day and then task 3 for day X again, but otherwise it seems to always happen, whether the date is past, present or future.

AlexTheAussieNerd added a commit to AlexTheAussieNerd/tudu that referenced this issue Oct 8, 2023
A bug can cause a segmentation fault. 
Add task ABC
Add task DEF
Set schedule of ABC to today.
Set schedule of DEF to today. This should cause a segmentation fault as the access after the i-- should point to an illegal address in this case.  Bug raised in issue meskio#10
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

1 participant