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

Commit 71f9c0aa authored by Ivan Lozano's avatar Ivan Lozano Committed by android-build-merger
Browse files

Merge "Disable integer sanitizer in release function." am: 969ceebc

am: cd9e2c04

Change-Id: I0c586b04bf232703ddc33bf162ac82148f241e11
parents 592d6202 cd9e2c04
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -111,6 +111,7 @@ DEFINE_ALLOC_VECTOR_METHODS(Double,jdouble,Double)
                break;                                                         \
            }

__attribute__((no_sanitize("unsigned-integer-overflow")))
void EphemeralStorage::release(JNIEnv *env) {
    for (size_t i = mItems.size(); i--;) {
        const Item &item = mItems[i];