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

Commit b8fb174f authored by Christian Wailes's avatar Christian Wailes Committed by android-build-merger
Browse files

Merge "Added mitigation for b/122921367" am: 80c398b7

am: b9293d20

Change-Id: I22cefdd83cc27dcf6ba32c568e808450121969d6
parents b8f046ea b9293d20
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -14,6 +14,15 @@
 * limitations under the License.
 * 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"
#define LOG_TAG "Zygote"


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