Actions
Bug #11973
closedtem: we only can translate colors 0-7
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Apply correct checks for to be translated colors. Actually loader does not allow to specify values 8-15, but we still want correct if statements.
About testing done:
I only found the issue by reading the code, in loader we can set colors, but loader does not allow to set [8-15] directly.. So it really is just build/install/run + knowing that we are not reading past the end of translation array.
Updated by Electric Monk over 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 3128654191cf8267843c8a40c4e0f3ac65f599f1
commit 3128654191cf8267843c8a40c4e0f3ac65f599f1 Author: Toomas Soome <tsoome@me.com> Date: 2019-11-21T06:40:57.000Z 11973 tem: we only can translate colors 0-7 Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions