[konsole] [Bug 434892] Crash when using a color scheme with "random" background colors

Kurt Hindenburg bugzilla_noreply at kde.org
Mon May 24 20:29:03 BST 2021


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

--- Comment #16 from Kurt Hindenburg <kurt.hindenburg at gmail.com> ---
Git commit 4177f5c01568b31f3d5c1ff20cde3841eec97f08 by Kurt Hindenburg, on
behalf of Ahmad Samir.
Committed on 24/05/2021 at 19:23.
Pushed by hindenburg into branch 'release/21.04'.

Fix type of randomSeed parameter

It should be uint. I am not sure this fixes the mentioned bug, but it's
correct anyway, std::mt19937 and co. unsigned types; and we shouldn't mix
signed with unsigned.
(cherry picked from commit b7f6849d287459ca03f8b0e6ab1c4770a9a9ce28)

M  +1    -1    src/terminalDisplay/TerminalColor.cpp
M  +1    -1    src/terminalDisplay/TerminalColor.h

https://invent.kde.org/utilities/konsole/commit/4177f5c01568b31f3d5c1ff20cde3841eec97f08

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list