Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92547425 authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar
Browse files

Reland revert of "Added mitigation for b/122921367"""

This reverts commit 08ba820d.

Reason for revert: The original breakage of aosp_cf_x86_pasan should be fixed with the compiler update.

Change-Id: I551923330bd920e0645c62246801cc87a16402b2
parent 08ba820d
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -14,15 +14,6 @@
 * limitations under the License.
 */

/*
 * Disable optimization of this file if we are compiling with the address
 * sanitizer.  This is a mitigation for b/122921367 and can be removed once the
 * bug is fixed.
 */
#if __has_feature(address_sanitizer)
#pragma clang optimize off
#endif

#define LOG_TAG "Zygote"

// sys/mount.h has to come before linux/fs.h due to redefinition of MS_RDONLY, MS_BIND, etc