You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we need to enable ASan in PHP extension, we also need to enable it in PHP kernel. Providing this option makes it easier for us to enable ASan when compiling PHP.
And we use --enable-address-sanitizer in azure-pipelines.yml instead of changing CFLAGS.
We also add compile flag check to MSan.
0 commit comments