Revision 5ae5bc5...
Go back to digest for 15th July 2012Bug Fixes in KDE Base
Kurt Hindenburg committed changes in [konsole] src/TerminalCharacterDecoder.cpp:
prevent crashing when selecting invalid unicode character.
Konsole goes into an infinite loop and will eventually crash due to
memory. On an invalid unicode char the width is 0 so the for loop never
exits.
This should prevent the crashes; not sure if there is a better way.
File Changes
Modified 1 files
- src/TerminalCharacterDecoder.cpp
1 files changed in total