Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102664096
D35448.id106824.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
380 B
Referenced Files
None
Subscribers
None
D35448.id106824.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D35448: loader: Relax the check in is_kernphys_relocatable()
Attached
Detach File
Event Timeline
Log In to Comment