util-lib: fix a typo in rdrand
Otherwise, the fuzzers will fail to compile with MSan: ``` ../../src/systemd/src/basic/random-util.c:64:40: error: use of undeclared identifier 'sucess'; did you mean 'success'? msan_unpoison(&success, sizeof(sucess)); ^~~~~~ success ../../src/systemd/src/basic/alloc-util.h:169:50: note: expanded from macro 'msan_unpoison' ^ ../../src/systemd/src/basic/random-util.c:38:17: note: 'success' declared here uint8_t success; ^ 1 error generated. [80/545] Compiling C object 'src/basic/a6ba3eb@@basic@sta/process-util.c.o'. ninja: build stopped: subcommand failed. Fuzzers build failed ``` (cherry picked from commit 7f2cdcea) (cherry picked from commit eb6c17c1)
Loading
Please register or sign in to comment