Fix for a crash caused by buffer-overflow in case of '>=1024' columns

Authored by Lukasz Kotula <lukasz.kotula@gmx.com> on Jun 16 2020, 12:18 PM.

Description

Fix for a crash caused by buffer-overflow in case of '>=1024' columns

'Konsole::Screen` defined an array of 1024 elements, where user
may resize the konsole to have more columns than this array can handle.
Selecting a row in such case, is going to cause a buffer-overflow.

Bug: 330066

Details

Committed
hindenburgJun 19 2020, 11:27 PM
Parents
R319:6e51fa2fad90: Change 'Rename Tab' menu items to 'Configure Tab Settings'
Branches
Unknown
Tags
Unknown