Page MenuHomeFreeBSD

D46631.diff
No OneTemporary

D46631.diff

diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c
--- a/stand/efi/loader/main.c
+++ b/stand/efi/loader/main.c
@@ -1268,7 +1268,9 @@
return (CMD_ERROR);
}
+ TSENTER2("rng->GetRNG");
status = rng->GetRNG(rng, NULL, size, (UINT8 *)buf);
+ TSEXIT();
if (status != EFI_SUCCESS) {
free(buf);
command_errmsg = "GetRNG failed";

File Metadata

Mime Type
text/plain
Expires
Fri, Jan 17, 12:00 PM (19 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15838453
Default Alt Text
D46631.diff (351 B)

Event Timeline