Page MenuHomeFreeBSD

D35448.diff
No OneTemporary

D35448.diff

diff --git a/stand/common/load_elf.c b/stand/common/load_elf.c
--- a/stand/common/load_elf.c
+++ b/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
Sun, Oct 6, 3:14 AM (21 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13697846
Default Alt Text
D35448.diff (349 B)

Event Timeline