Skip to content

Change type of tokenBuffer to QVector.

afeather clong requested to merge afeather/konsole:release/23.08 into release/23.08

It sends a corrupted path string to dolphin when cd to a long path.

It overflows when I tried to enter a pretty long path. I mean, it always writes tokenBuffer[MAX_TOKEN_LENGTH - 1] in this scenario.

BUG: 479241

Merge request reports