mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 15:02:25 +00:00
1b313df419
With `MAP_FIXED` absent from the mmap(3p) flags, "the implementation uses addr in an implementation-defined manner to arrive at pa", which may lead to a mapping at an address diffent to the requested `addr`. Add `MAP_FIXED` to the mmmap flags to force mapping to the specified address. Fixes #5147 |
||
---|---|---|
.. | ||
core | ||
include | ||
initramfs | ||
ld | ||
lib | ||
test | ||
timer/linux |