update malloc perturb envvar to be posix compliant :3
This commit is contained in:
parent
2230455677
commit
c8867a5eb6
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
_: {
|
_: {
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
MALLOC_PERTURB_ = "$(($RANDOM % 255 + 1))";
|
MALLOC_PERTURB_ = "echo $(($(head -200 /dev/urandom | cksum | cut -f1 -d " ") % 255 + 1))";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue