Page MenuHomeFreeBSD

D35448.id106824.diff
No OneTemporary

D35448.id106824.diff

Index: stand/common/load_elf.c
===================================================================
--- stand/common/load_elf.c
+++ stand/common/load_elf.c
@@ -211,8 +211,7 @@
{
Elf_Sym sym;
- return (__elfN(lookup_symbol)(ef, "kernphys", &sym, STT_OBJECT) == 0 &&
- sym.st_size == 8);
+ return (__elfN(lookup_symbol)(ef, "kernphys", &sym, STT_OBJECT) == 0);
}
#endif

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 1:23 PM (3 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14659231
Default Alt Text
D35448.id106824.diff (380 B)

Event Timeline