]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
AOSP: e2fsdroid: stop disabling address sanitization
authorEric Biggers <ebiggers@google.com>
Wed, 25 Jan 2023 23:45:33 +0000 (23:45 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 1 Feb 2023 04:58:56 +0000 (23:58 -0500)
Address sanitization was disabled in e2fsdroid over 5 years ago, due to
a bug in libext2fs.  However, that bug has long since been fixed by
upstream commit 689b7be2da01 ("libext2fs: avoid dereferencing beyond
allocated memory in xattr code").  So it should be fine to re-enable
address sanitization now.

Bug: 68387795
Change-Id: I89a7a1ec1a45d0a2ed76d2e5938dbc127eb267a6
From AOSP commit: c3b223fedcb94e5763c48b93a4445289d13a5eb0

contrib/android/Android.bp

index 189211b6895e03542dfbd9d4d01b56aa41699278..6c9dd5c5d6b4769c52bc5692abd38f76be987110 100644 (file)
@@ -41,9 +41,6 @@ cc_binary {
                 "libcrypto",
                 "liblog",
             ],
-            sanitize: {
-                address: false,  // http://b/68387795 - heap overflow in e2fsdroid
-            },
         },
         android: {
             static_libs: [