diff options
author | 2017-04-03 22:09:26 +0000 | |
---|---|---|
committer | 2017-04-03 22:09:28 +0000 | |
commit | 1a5a1e55276eb32747a8094937cb19040b193bb8 (patch) | |
tree | 7dfdd8e5e67b780278d5d1e36e07cbc6319db01d /runtime/common_runtime_test.h | |
parent | e2a239560959dafe08c499d61905b69c6f628c02 (diff) | |
parent | a01b5249c529829f47774d15b890b4716e935068 (diff) |
Merge "Make base64 explicitly check dst_size for nullptr"
Diffstat (limited to 'runtime/common_runtime_test.h')
-rw-r--r-- | runtime/common_runtime_test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/common_runtime_test.h b/runtime/common_runtime_test.h index d7abe2a8f4..bfa273d42b 100644 --- a/runtime/common_runtime_test.h +++ b/runtime/common_runtime_test.h @@ -44,6 +44,8 @@ class JavaVMExt; class Runtime; typedef std::vector<std::pair<std::string, const void*>> RuntimeOptions; +uint8_t* DecodeBase64(const char* src, size_t* dst_size); + class ScratchFile { public: ScratchFile(); |