commit | c5bd96efd27f756d07f1a306e4120cede17b39f5 | [log] [tgz] |
---|---|---|
author | Yabin Cui <yabinc@google.com> | Sat Apr 18 22:54:35 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Apr 18 22:54:35 2015 +0000 |
tree | 7a72e9e8a1816e4702e3846063f1d08af71d2368 | |
parent | af7538b49625f1c1c82e984610f26729a18d56bf [diff] | |
parent | 72a6fdcdc71df623f8876cf0681dc9364e78b35a [diff] |
Merge "Fix bug in app_id_from_name in stubs.cpp."
diff --git a/libc/bionic/stubs.cpp b/libc/bionic/stubs.cpp index c971d1b..b57aeda 100644 --- a/libc/bionic/stubs.cpp +++ b/libc/bionic/stubs.cpp
@@ -245,6 +245,7 @@ appid = android_ids[n].aid; // Move the end pointer to the null terminator. end += strlen(android_ids[n].name) + 1; + break; } } }