]> granicus.if.org Git - php/commit
Add --enable-memory-sanitizer flag
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 20 May 2020 13:21:01 +0000 (15:21 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 20 May 2020 14:46:28 +0000 (16:46 +0200)
commite852944f630a1e3df16148b308c116590057663d
tree0a44429740c66d4175ead76ca1c9e6a28aef4dd1
parentc85ded763222295f9d24f8550b9428259bc36e86
Add --enable-memory-sanitizer flag

This flag enabled msan late in the pipeline, so that it does
not affect configure checks.

Otherwise we get a false positive report for openpty availability
without -lutil, which will then result in infinite recursion if
actually called.

This also sets origin tracking to 2, so bump the timeout to 90
minutes.
azure-pipelines.yml
azure/msan_job.yml
configure.ac