composite
composite copied to clipboard
Type check not properly inserted into boot code
When booting (in boot_comp.c
), the BSS is allocated with kernel typed memory (which is bug #1), and then the retype machinery allows it to be mapped in despite it being an incorrect type for mapping into user level (bug #2).
FIXME.