mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 08:20:59 +02:00
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:
@@ -84,7 +84,7 @@ hextonum(char ch_s)
|
||||
|
||||
if (ch == '?' || ch == 'x') {
|
||||
|
||||
rval = rlong();
|
||||
rset(&rval, sizeof(rval));
|
||||
if (errno > 0)
|
||||
goto err_hextonum;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user