Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153061300
D49291.id152027.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
429 B
Referenced Files
None
Subscribers
None
D49291.id152027.diff
View Options
diff --git a/stand/libsa/smbios.c b/stand/libsa/smbios.c
--- a/stand/libsa/smbios.c
+++ b/stand/libsa/smbios.c
@@ -572,8 +572,8 @@
int min_off;
/* Search signatures and validate checksums. */
- saddr = smbios_sigsearch(addr ? addr : PTOV(SMBIOS_START),
- SMBIOS_LENGTH);
+ saddr = addr != NULL ? smbios_sigsearch(addr, 1) :
+ smbios_sigsearch(PTOV(SMBIOS_START), SMBIOS_LENGTH);
if (saddr == NULL)
return;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 19, 9:56 PM (17 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31801901
Default Alt Text
D49291.id152027.diff (429 B)
Attached To
Mode
D49291: libsa: smbios_probe(): Strictly obey specified entry point address
Attached
Detach File
Event Timeline
Log In to Comment