Attention is currently required from: Nico Huber, Light. Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/62733 )
Change subject: writeprotect_ranges.c: Use 1UL if left shifting more than 32bits ......................................................................
Patch Set 2:
(3 comments)
Commit Message:
https://review.coreboot.org/c/flashrom/+/62733/comment/3cf38b51_f8c30c2a PS2, Line 9: size_t is of size 64 bits Not always, it could be 32 bits wide on 32-bit machines
https://review.coreboot.org/c/flashrom/+/62733/comment/84c69a7e_16ac5511 PS2, Line 12: Still the bug is not fixed :( I wonder if casting the `1` to `size_t` would work:
(size_t)1 << foo
File tags:
PS2: Did you mean to add this file?