Systemd/src/boot/efi
David Tardon de699c7a06 console: avoid promotion to signed int
coverity message:
sign_extension: Suspicious implicit sign extension: "keydata.Key.ScanCode" with type "UINT16" (16 bits, unsigned) is promoted in "keydata.Key.ScanCode << 16" to type "int" (32 bits, signed), then sign-extended to type "unsigned long" (64 bits, unsigned).  If "keydata.Key.ScanCode << 16" is greater than 0x7FFFFFFF, the upper bits of the result will all be 1.
2018-10-12 12:38:41 +02:00
..
boot.c boot: do not assume the last character in cmdline is a newline 2018-06-25 11:17:53 +02:00
console.c tree-wide: drop copyright lines for more authors 2018-06-22 16:39:45 +02:00
console.h console: avoid promotion to signed int 2018-10-12 12:38:41 +02:00
disk.c tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
disk.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00
graphics.c tree-wide: drop copyright lines for more authors 2018-06-22 16:39:45 +02:00
graphics.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00
linux.c tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
linux.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00
measure.c tree-wide: drop empty lines in comments 2018-07-23 08:44:24 +02:00
measure.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00
meson.build meson: avoid calling the shell to resolve efi_libdir 2018-09-30 16:22:07 -04:00
no-undefined-symbols.sh separate flags from shebang 2017-12-25 19:48:49 +01:00
pe.c tree-wide: drop copyright headers from frequent contributors 2018-06-20 11:58:53 +02:00
pe.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00
shim.c Drop more license boilerplate 2018-06-14 13:05:41 +02:00
shim.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00
splash.c boot: change multiplication order 2018-10-02 12:54:00 +02:00
splash.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00
stub.c boot/efi/stub.c: fix Dell LoadOptions 2018-09-03 14:10:38 +02:00
util.c tree-wide: drop copyright lines for more authors 2018-06-22 16:39:45 +02:00
util.h tree-wide: use '#pragma once' for header guard 2018-08-30 06:10:43 +03:00