mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-10 09:02:45 -05:00
Fix RandomX crash when compiled with fortify_source
This commit is contained in:
@@ -74,7 +74,7 @@ namespace randomx {
|
||||
void enableWriting() const;
|
||||
void enableExecution() const;
|
||||
|
||||
static InstructionGeneratorA64 engine[256];
|
||||
static InstructionGeneratorA64 engine[257];
|
||||
|
||||
private:
|
||||
const bool hugePages;
|
||||
|
||||
Reference in New Issue
Block a user