Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145721229
D41150.id125185.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
751 B
Referenced Files
None
Subscribers
None
D41150.id125185.diff
View Options
diff --git a/libexec/rtld-elf/rtld_malloc.c b/libexec/rtld-elf/rtld_malloc.c
--- a/libexec/rtld-elf/rtld_malloc.c
+++ b/libexec/rtld-elf/rtld_malloc.c
@@ -68,10 +68,6 @@
* contains a pointer to the next free block, and the bottom two bits must
* be zero. When in use, the first byte is set to MAGIC, and the second
* byte is the size index. The remaining bytes are for alignment.
- * If range checking is enabled then a second word holds the size of the
- * requested block, less 1, rounded up to a multiple of sizeof(RMAGIC).
- * The order of elements is critical: ov_magic must overlay the low order
- * bits of ov_next, and ov_magic can not be a valid ov_next bit pattern.
*/
union overhead {
union overhead *ov_next; /* when free */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 24, 1:46 PM (10 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28974464
Default Alt Text
D41150.id125185.diff (751 B)
Attached To
Mode
D41150: Implement __crt_aligned_alloc().
Attached
Detach File
Event Timeline
Log In to Comment