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

Commit e2e548aa authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am c5bdfce1: am ee2e362f: Merge "Remove useless memset from init."

* commit 'c5bdfce1':
  Remove useless memset from init.
parents 91dbb7eb c5bdfce1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -685,7 +685,6 @@ ret:
    if (urandom_fd != -1) {
        close(urandom_fd);
    }
    memset(buf, 0, sizeof(buf));
    return result;
}