From a70ede850d4aa5942e59b5ba3ba9dbd3cd1a93e7 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 25 Mar 2026 18:01:38 +0000 Subject: libreboot-utils: replace rlong() with rset() now you can send an arbitrary number of bytes with random numbers Signed-off-by: Leah Rowe --- util/libreboot-utils/lib/num.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/libreboot-utils/lib/num.c') diff --git a/util/libreboot-utils/lib/num.c b/util/libreboot-utils/lib/num.c index 41a08f0b..92710c35 100644 --- a/util/libreboot-utils/lib/num.c +++ b/util/libreboot-utils/lib/num.c @@ -84,7 +84,7 @@ hextonum(char ch_s) if (ch == '?' || ch == 'x') { - rval = rlong(); + rset(&rval, sizeof(rval)); if (errno > 0) goto err_hextonum; -- cgit v1.2.1