mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01: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