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
Bug#27095089 ENABLE -FSANITIZE-ADDRESS-USE-AFTER-SCOPE BY DEFAULT FOR ASAN BUILDS
See bug 24343330, which needs -fsanitize=address
-fsanitize-address-use-after-scope in order to be detected
Add a compiler feature check for
-fsanitize=address -fsanitize-address-use-after-scope
and enable it if supported for 'cmake -DWITH_ASAN=1'
*and* the extra -DWITH_ASAN_SCOPE=1 is enabled.
Change-Id: I25100a03c47de74df235360d57297e60c2352b88
(cherry picked from commit e15249418502f61437fa24b9641e9879ba4d3a66)
0 commit comments