https://bugs.kde.org/show_bug.cgi?id=372116

--- Comment #35 from Shmerl <shtetl...@gmail.com> ---
Well, I see it being used at least in a few places in the code:

```
src/Vt102Emulation.cpp:322:    tokenBufferPos = qMin(tokenBufferPos,
MAX_TOKEN_LENGTH - 1);
src/Vt102Emulation.h:127:#define MAX_TOKEN_LENGTH 256 // Max length of tokens
(e.g. window title)
src/Vt102Emulation.h:132:    uint tokenBuffer[MAX_TOKEN_LENGTH]; // FIXME:
overflow?
```

But I didn't dig extensively through it. Trying to build it now with that
change to see if it does anything.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to