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

Ahmad Samir bugzilla_noreply at kde.org
Mon May 24 20:08:34 BST 2021


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

--- Comment #13 from Ahmad Samir <a.samirh78 at gmail.com> ---
Git commit b7f6849d287459ca03f8b0e6ab1c4770a9a9ce28 by Ahmad Samir.
Committed on 24/05/2021 at 10:07.
Pushed by hindenburg into branch 'master'.

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.

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

https://invent.kde.org/utilities/konsole/commit/b7f6849d287459ca03f8b0e6ab1c4770a9a9ce28

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


More information about the konsole-devel mailing list