From 704009a19869e9ec46e70c6d16bc5399e010fccc Mon Sep 17 00:00:00 2001 From: yang-g Date: Tue, 21 Nov 2017 17:24:50 -0800 Subject: Enable check for use-after-dtor --- tools/run_tests/generated/configs.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/run_tests/generated/configs.json b/tools/run_tests/generated/configs.json index abbe76d60c..fee8290efe 100644 --- a/tools/run_tests/generated/configs.json +++ b/tools/run_tests/generated/configs.json @@ -20,7 +20,10 @@ } }, { - "config": "msan" + "config": "msan", + "environ": { + "MSAN_OPTIONS": "poison_in_dtor=1" + } }, { "config": "basicprof" -- cgit v1.2.3