Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109834630
D26279.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
425 B
Referenced Files
None
Subscribers
None
D26279.diff
View Options
Index: head/lib/libc/gen/elf_utils.c
===================================================================
--- head/lib/libc/gen/elf_utils.c
+++ head/lib/libc/gen/elf_utils.c
@@ -65,7 +65,7 @@
#endif
if (phdr_info->dlpi_addr + ph->p_vaddr <= (uintptr_t)addr &&
- (uintptr_t)addr + sizeof(addr) < phdr_info->dlpi_addr +
+ (uintptr_t)addr < phdr_info->dlpi_addr +
ph->p_vaddr + ph->p_memsz)
break;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 11, 3:20 AM (10 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16588265
Default Alt Text
D26279.diff (425 B)
Attached To
Mode
D26279: Don't assume objects in program sections have a size of a pointer.
Attached
Detach File
Event Timeline
Log In to Comment