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

Commit ecc41184 authored by Khalid Ramadan's avatar Khalid Ramadan Committed by Gerrit Code Review
Browse files

Merge "Remove word san-ity to follow respectful code"

parents 1a7f3677 b3d817bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -824,7 +824,7 @@ void* Parcel::writeInplace(size_t len)

    const size_t padded = pad_size(len);

    // sanity check for integer overflow
    // check for integer overflow
    if (mDataPos+padded < mDataPos) {
        return nullptr;
    }