Skip to content

Fix crash when giving answer with too few items

Nicolas Fella requested to merge work/nico/fixemptyinput into release/22.12

When the question has two or more blanks but the answer doesn't contain enough semicolon-separated items we would access the split list out-of-bounds

Fixes https://errors-eval.kde.org/organizations/kde/issues/956/

Merge request reports