am 8b44eab5: am c5bd96ef: Merge "Fix bug in app_id_from_name in stubs.cpp."

* commit '8b44eab5b84c82de204f05291b9551043fd3310c':
  Fix bug in app_id_from_name in stubs.cpp.
This commit is contained in:
Yabin Cui 2015-04-18 23:38:16 +00:00 committed by Android Git Automerger
commit 80e1d86701

View file

@ -245,6 +245,7 @@ static id_t app_id_from_name(const char* name, bool is_group) {
appid = android_ids[n].aid;
// Move the end pointer to the null terminator.
end += strlen(android_ids[n].name) + 1;
break;
}
}
}