commit | 3646ff041ed26f6ff3f188907ad4a1906e7556fb | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Mar 19 05:07:32 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Mar 19 05:07:33 2015 +0000 |
tree | ed215385e9ce4ed048618fbd6a5c26f1b53740c8 | |
parent | 3a0a1c1f68a399289ca6d1dcfaa52dada36dba72 [diff] | |
parent | 34db963a3cc55a546befb27171508f2b807dabb8 [diff] |
Merge "Remove useless memset from init."
diff --git a/init/init.cpp b/init/init.cpp index 3c6e8a4..e1c82a4 100644 --- a/init/init.cpp +++ b/init/init.cpp
@@ -679,7 +679,6 @@ if (urandom_fd != -1) { close(urandom_fd); } - memset(buf, 0, sizeof(buf)); return result; }