summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/ctest_memcheck-leak_sanitizer.rst
blob: 60b4a22b4fd158d8a2f58c889cd5ea67e289547b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ctest_memcheck-leak_sanitizer
=============================

* The :command:`ctest_memcheck` command learned to support ``LeakSanitizer``
  independently from ``AddressSanitizer``.

* The :command:`ctest_memcheck` command learned to read the location of
  suppressions files for sanitizers from the
  :variable:`CTEST_MEMORYCHECK_SUPPRESSIONS_FILE` variable.

* The :command:`ctest_memcheck` command was fixed to correctly append extra
  sanitizer options read from the
  :variable:`CTEST_MEMORYCHECK_SANITIZER_OPTIONS` variable to the environment
  variables used internally by the sanitizers.