Attention is currently required from: Shawn C. Hello build bot (Jenkins), Nico Huber, Patrick Georgi, Paul Menzel, Kyösti Mälkki,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/49076
to look at the new patch set (#3).
Change subject: arch/x86/pci_io_cfg.h: Fix undefined behaviour in left-shift ......................................................................
arch/x86/pci_io_cfg.h: Fix undefined behaviour in left-shift
GCC build option "-fsanitize=shift" will complain: "runtime error: left shift of 1 by 31 places cannot be represented in type 'int'"
Signed-off-by: Shawn C citypw@hardenedlinux.org Change-Id: I6eeee1e92b616f68aa60eb74771912dd00ff7712 --- M src/arch/x86/include/arch/pci_io_cfg.h 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/76/49076/3