libreboot-utils: replace rlong() with rset()

now you can send an arbitrary number of bytes
with random numbers

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-25 18:01:38 +00:00
parent 00b56c0278
commit a70ede850d
4 changed files with 9 additions and 26 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ hextonum(char ch_s)
if (ch == '?' || ch == 'x') {
rval = rlong();
rset(&rval, sizeof(rval));
if (errno > 0)
goto err_hextonum;