mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +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
This repository contains the Linux-specific implementation of Genode.