Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
e35211e9
Commit
e35211e9
authored
Nov 29, 2020
by
Kurt Hindenburg
Browse files
Add Coverity FIXME
parent
398ee7c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/terminalDisplay/TerminalPainter.cpp
View file @
e35211e9
...
...
@@ -53,6 +53,7 @@ namespace Konsole
if
(
ch
.
rendition
&
RE_EXTENDED_CHAR
)
{
ushort
extendedCharLength
=
0
;
const
uint
*
chars
=
ExtendedCharTable
::
instance
.
lookupExtendedChar
(
ch
.
character
,
extendedCharLength
);
// FIXME: Coverity-Dereferencing chars, which is known to be nullptr
return
chars
[
0
];
}
else
{
return
ch
.
character
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment