Opened 22 hours ago
#19345 new enhancement
Make runtime_loader heap use reserve_address_range (easy)
Reported by: | waddlesplash | Owned by: | nobody |
---|---|---|---|
Priority: | low | Milestone: | Unscheduled |
Component: | System/runtime_loader | Version: | R1/beta5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Right now it tries to use resize_area, but without having used reserve_address_range first. This works in most cases because due to ASLR there's not likely to be anything just after the heap area. But it won't work in the case where ASLR is disabled, among others. Instead it should use reserve_address_range like other heaps do.
Note:
See TracTickets
for help on using tickets.