diff options
Diffstat (limited to 'runtime/oat/oat.cc')
-rw-r--r-- | runtime/oat/oat.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat/oat.cc b/runtime/oat/oat.cc index 840825cea8..9882b0fa51 100644 --- a/runtime/oat/oat.cc +++ b/runtime/oat/oat.cc @@ -373,7 +373,7 @@ const uint8_t* OatHeader::GetKeyValueStore() const { return key_value_store_; } -const char* OatHeader::GetStoreValueByKey(const char* key) const { +const char* OatHeader::GetStoreValueByKeyUnsafe(const char* key) const { std::string_view key_view(key); uint32_t offset = 0; |