mirror of
https://github.com/monero-project/monero.git
synced 2026-01-31 08:44:59 +01:00
crypto: clear cache after generating random program
This commit is contained in:
@@ -95,5 +95,8 @@ int v4_generate_JIT_code(const struct V4_Instruction* code, v4_random_math_JIT_f
|
|||||||
}
|
}
|
||||||
|
|
||||||
APPEND_CODE(epilogue, sizeof(epilogue));
|
APPEND_CODE(epilogue, sizeof(epilogue));
|
||||||
|
|
||||||
|
__builtin___clear_cache((char*)buf, (char*)JIT_code);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user