Files
lbmk/util/nvmutil
Leah Rowe 589ac92781 util/nvmutil: fix bad bound check
the current check is too liberal. make it sticter.

the issue is that the previous check did not take
into account that it's a check on a uint16_t array,
against nf which refers to a number of bytes.

Signed-off-by: Leah Rowe <leah@libreboot.org>
2026-03-02 17:47:58 +00:00
..
2022-11-17 12:07:09 +00:00
2026-03-02 17:47:58 +00:00
2022-11-17 12:07:09 +00:00