mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 03:11:28 +00:00
socket/run: ASLR_NO_RANDOMIZE is an enum, not a macro (#9875)
This commit is contained in:
parent
6f195e1d86
commit
0896c8b59c
@ -243,7 +243,7 @@ static void setASLR(RRunProfile *r, int enabled) {
|
||||
#if __ANDROID__
|
||||
setRVA ("0\n");
|
||||
#else
|
||||
#ifdef ADDR_NO_RANDOMIZE
|
||||
#if __linux__
|
||||
if (personality (ADDR_NO_RANDOMIZE) == -1)
|
||||
#endif
|
||||
setRVA ("0\n");
|
||||
|
Loading…
Reference in New Issue
Block a user