kvirc / KVIrc

The KVIrc IRC Client
http://www.kvirc.net/
GNU General Public License v2.0
240 stars 75 forks source link

Fix text[idx] out of bounds assertion in KviTopicWidget::paintColoredText #2561

Closed i-garrison closed 10 months ago

i-garrison commented 10 months ago

Just restructure the loop so index is always in bounds + extract isKviControlCode() helper to make it look nicer.

ctrlaltca commented 10 months ago

Merged, thank you!