]> git.ipfire.org Git - thirdparty/systemd.git/commit
efivars: Parse into unsigned
authorJan Janssen <medhefgo@web.de>
Mon, 29 Aug 2022 11:08:31 +0000 (13:08 +0200)
committerJan Janssen <medhefgo@web.de>
Tue, 30 Aug 2022 10:03:33 +0000 (12:03 +0200)
commit9cf6c94ebab8d80083e1fcfd6514db0e8f64c970
tree5e1585ca3ff1ed98d719e31a8c2e54f03df52c93
parentc0f86d66f3f6b561528e7f856f9926bec766c036
efivars: Parse into unsigned

The format specifiers for UUID parsing use %x, which expects unsigned.
src/shared/efi-loader.c