Closed xvallspl closed 2 years ago
https://github.com/nicktrandafil/tags/blob/ca30ebcfb350cb74c4b3e70955d43ad7b9d6f983/src/tags_edit.cpp#L305
should be
while (it != end(impl->tags) && it->rect.top() == row) {
or we could access out of bounds, as we are incrementing the iterator
Fixed
https://github.com/nicktrandafil/tags/blob/ca30ebcfb350cb74c4b3e70955d43ad7b9d6f983/src/tags_edit.cpp#L305
should be
or we could access out of bounds, as we are incrementing the iterator