Fix RandomX crash when compiled with fortify_source
This commit is contained in:
parent
e65e283aac
commit
f6c50b5393
4 changed files with 4 additions and 4 deletions
|
@ -74,7 +74,7 @@ namespace randomx {
|
|||
void enableWriting() const;
|
||||
void enableExecution() const;
|
||||
|
||||
static InstructionGeneratorA64 engine[256];
|
||||
static InstructionGeneratorA64 engine[257];
|
||||
|
||||
private:
|
||||
const bool hugePages;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue