]> granicus.if.org Git - php/commit
Disable function call under address sanitizer
authorAnatol Belski <ab@php.net>
Sun, 11 Mar 2018 21:54:10 +0000 (22:54 +0100)
committerAnatol Belski <ab@php.net>
Sun, 11 Mar 2018 22:08:27 +0000 (23:08 +0100)
commit3c6f5523716f40476b3892c2ef8cb511dc7d54fe
tree11def201bc0b0ea770c567b13307494ffed28215
parent754be224d2d3ccef09e6bd39c2a6f4272a1c06ab
Disable function call under address sanitizer

AddressSanitizer seems not to function properly with suppressions. The
default value is still sufficient for test, thus unblock testing by
disabling the function call under AddressSanitizer.
ext/opcache/ZendAccelerator.c