Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102989216
D25966.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
387 B
Referenced Files
None
Subscribers
None
D25966.diff
View Options
Index: head/sys/vm/vm_map.c
===================================================================
--- head/sys/vm/vm_map.c
+++ head/sys/vm/vm_map.c
@@ -4109,6 +4109,7 @@
}
new_map->anon_loc = old_map->anon_loc;
+ new_map->flags |= old_map->flags & (MAP_ASLR | MAP_ASLR_IGNSTART);
VM_MAP_ENTRY_FOREACH(old_entry, old_map) {
if ((old_entry->eflags & MAP_ENTRY_IS_SUB_MAP) != 0)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 20, 1:14 PM (19 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14739102
Default Alt Text
D25966.diff (387 B)
Attached To
Mode
D25966: Preserve ASLR vm_map flags across fork.
Attached
Detach File
Event Timeline
Log In to Comment