update MALLOC_PERTURB_ to GLIBC_TUNABLES
This commit is contained in:
parent
f3e7cb0ad8
commit
9b77885e28
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
_: {
|
_: {
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
MALLOC_PERTURB_ = /*sh*/"$(($(head -200 /dev/urandom | cksum | cut -f1 -d ' ') % 255 + 1))";
|
GLIBC_TUNABLES = /*sh*/"glibc.malloc.perturb=$(($(head -200 /dev/urandom | cksum | cut -f1 -d ' ') % 255 + 1))";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue