diff options
author | Greg Kroah-Hartman <[email protected]> | 2021-07-26 15:43:22 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-07-27 12:23:20 +0200 |
commit | 3df15d6f37246d2f12f53d915c41d806289d3d46 (patch) | |
tree | c7958e806b0367c8f0fa1c1076fc70a08d207459 /scripts/gdb/linux/lists.py | |
parent | c92bbbfe21efaa4344871bd2fb5a7649c0b07b84 (diff) |
vt: keyboard.c: make console an unsigned int
The console variable is used everywhere in some fun pointer path and
array indexes and for some reason isn't always declared as unsigned.
This plays havoc with some static analysis tools so mark the variable as
unsigned so we "know" we can not wrap the arrays backwards here.
Cc: Jiri Slaby <[email protected]>
Cc: Andy Shevchenko <[email protected]>
Reported-by: Jordy Zomer <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions