Skip to content
Snippets Groups Projects
  • Robert Schmidt's avatar
    a7d0e609
    config module: check that memory is enough, allow more restarts · a7d0e609
    Robert Schmidt authored
    A later commit implements the "restart" of the L1. The L1 reads
    configuration options. First, allow to re-read configurations by
    increasing the amount of memory the config module might allocate. Then,
    avoid an out-of-bound write by checking that we still have memory
    available (and assert if not possible).
    a7d0e609
    History
    config module: check that memory is enough, allow more restarts
    Robert Schmidt authored
    A later commit implements the "restart" of the L1. The L1 reads
    configuration options. First, allow to re-read configurations by
    increasing the amount of memory the config module might allocate. Then,
    avoid an out-of-bound write by checking that we still have memory
    available (and assert if not possible).