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

Commit aa41172e authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "lmkd: use after free" am: 7c3c8c27 am: c95fb64f

am: 9e11bb0c

Change-Id: I2ee21f9d995b588a2a08eeaf9366dcfce4354e63
parents 181056b4 9e11bb0c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -664,11 +664,11 @@ static int kill_one_process(struct proc* procp, int min_score_adj,
    TRACE_KILL_END();

    if (r) {
        ALOGE("kill(%d): errno=%d", procp->pid, errno);
        ALOGE("kill(%d): errno=%d", pid, errno);
        return -1;
    } else {
        return tasksize;
    }

    return tasksize;
}

/*