From: Stephen Hines Date: Fri, 27 Oct 2017 18:44:15 +0000 (-0700) Subject: AOSP: Suppress use of ASan on e2fsdroid temporarily. X-Git-Tag: v1.44.0-rc1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea4cabd41a090ed71de0080ca2213b024f8ef36f;p=thirdparty%2Fe2fsprogs.git AOSP: Suppress use of ASan on e2fsdroid temporarily. There is a heap buffer overflow that the next toolchain detects on e2fsdroid. In order to expedite deploying that toolchain, which has been validated on all of our other targets, we are going to suppress host sanitization of this executable until we can resolve the actual bug. Bug: http://b/68387795 Test: ASAN_OPTIONS=detect_leaks=0 SANITIZE_HOST=address m -j48 Change-Id: I35126c25a65304e53a18031d99334cc57e21a6a5 From AOSP commit: 4705e518c65bf38d876188f28b65fd4815c716d7 --- diff --git a/contrib/android/Android.bp b/contrib/android/Android.bp index b4810a47b..a78d483a4 100644 --- a/contrib/android/Android.bp +++ b/contrib/android/Android.bp @@ -32,6 +32,9 @@ cc_binary { "libcrypto", "liblog", ], + sanitize: { + address: false, // http://b/68387795 - heap overflow in e2fsdroid + }, }, android: { shared_libs: [