mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 11:50:24 +00:00
The size of the whole table and table entries were exchanged for PML4, leading to out-of-bound accesses for addesses >= 2^39. Some constants were lacking type suffixes causing integer overflows. Added assertions to catch out-of-bound accesses early on. Fixes #2210 Fixes #2211