Skip to content

console: Pacify `gcc -fanalyzer`

It's not smart enough to follow the conditionals here to see that textlen > 0 implies text != NULL. But the cost of an additional check is probably nil, so let's be robust to future code refactoring.

Merge request reports