commit | a2539fab95008bee7fc1e4651d24b6a0427b88ce | [log] [tgz] |
---|---|---|
author | Jason Evans <jasone@canonware.com> | Wed Oct 12 22:58:40 2016 -0700 |
committer | Jason Evans <jasone@canonware.com> | Wed Oct 12 22:58:40 2016 -0700 |
tree | e23ee39996c65a659682fc3bd547e35a15ff5dc5 | |
parent | d419bb09ef6700dde95c74e1f1752f81e5d15d92 [diff] |
Disallow 0x5a junk filling when running in Valgrind. Explicitly disallow junk:true and junk:free runtime settings when running in Valgrind, since deallocation-time junk filling and redzone validation cause false positive Valgrind reports. This resolves #470.