crypto: clear cache after generating random program

release-v0.6.1.2
moneromooo-monero 5 years ago
parent b9a618848f
commit 78ab59ea44
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -95,5 +95,8 @@ int v4_generate_JIT_code(const struct V4_Instruction* code, v4_random_math_JIT_f
}
APPEND_CODE(epilogue, sizeof(epilogue));
__builtin___clear_cache((char*)buf, (char*)JIT_code);
return 0;
}

Loading…
Cancel
Save