Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add check to avoid null pointer exception
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
- Loading branch information