Merge branch 'ep/malloc-check-perturb'

Run our test scripts with MALLOC_CHECK_ and MALLOC_PERTURB_, the
built-in memory access checking facility GNU libc has.

* ep/malloc-check-perturb:
  MALLOC_CHECK: various clean-ups
  Add MALLOC_CHECK_ and MALLOC_PERTURB_ libc env to the test suite for detecting heap corruption
This commit is contained in:
Junio C Hamano
2012-09-25 10:40:14 -07:00
2 changed files with 24 additions and 0 deletions

View File

@ -42,6 +42,7 @@ else
fi
TEST_NO_CREATE_REPO=t
TEST_NO_MALLOC_=t
. ../test-lib.sh