Systemd/src/boot
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
..
efi console: avoid promotion to signed int 2018-10-12 12:38:41 +02:00
bootctl.c bootctl: include boot entries discovered by the boot loader but not in $BOOT in the "list" output 2018-10-08 21:40:44 +02:00