Reset BSS section at the start of the app in swap mode for signature

This commit is contained in:
Francois Beutin
2023-04-28 16:57:20 +02:00
parent acd76925cf
commit 5c7614b2d9
2 changed files with 3 additions and 1 deletions

View File

@@ -1067,7 +1067,7 @@ void library_main(struct libargs_s *args) {
init_coin_config(&coin_config);
args->chain_config = &coin_config;
}
bool end = false;
volatile bool end = false;
/* This loop ensures that library_main_helper and os_lib_end are called
* within a try context, even if an exception is thrown */
while (1) {