diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-13 14:10:10 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-13 14:10:10 +0000 |
| commit | b95aacb8c6766b6382a194d85a8c2c049290ea2a (patch) | |
| tree | 9978a0773ce87d196906fff335e6521e1e0095ea /config/data/grub | |
| parent | 7d1aeea97f29319241a02737cbe9c9f7915e10b1 (diff) | |
util/nvmutil: fix entropy issue
the time difference used here could go negative, which
would overflow in the xor op on mix, leading to a biased
entropy pool. we want to ensure that they numbers do
not overflow, because here they are cast to unsigned
which would then produce very large numbers.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/data/grub')
0 files changed, 0 insertions, 0 deletions
