Skip to content
Commit 73ff8f6e authored by David Faure's avatar David Faure
Browse files

Fix infinite loop in mEventViewer->setIncidence due to invalid date

CalendarView::showIncidenceByUid called mEventViewer->setIncidence(item);
i.e. it didn't pass the second argument, the QDate.
So d->mDate was an invalid date, and then incidence.cpp:654 would loop
forever using that invalid date.

(cherry picked from commit 82287638)
parent 3182f42e
Pipeline #546346 failed with stage
in 58 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment