]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
AOSP: Suppress use of ASan on e2fsdroid temporarily.
authorStephen Hines <srhines@google.com>
Fri, 27 Oct 2017 18:44:15 +0000 (11:44 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 26 Feb 2018 17:29:36 +0000 (12:29 -0500)
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

contrib/android/Android.bp

index b4810a47b0b2397360eb5532d2e0dfbb5f08df7e..a78d483a489fbe1ffcc15930ea9e685016ce623d 100644 (file)
@@ -32,6 +32,9 @@ cc_binary {
                 "libcrypto",
                 "liblog",
             ],
+            sanitize: {
+                address: false,  // http://b/68387795 - heap overflow in e2fsdroid
+            },
         },
         android: {
             shared_libs: [