diff options
author | 2017-04-03 22:09:26 +0000 | |
---|---|---|
committer | 2017-04-03 22:09:28 +0000 | |
commit | 1a5a1e55276eb32747a8094937cb19040b193bb8 (patch) | |
tree | 7dfdd8e5e67b780278d5d1e36e07cbc6319db01d /runtime/utils.h | |
parent | e2a239560959dafe08c499d61905b69c6f628c02 (diff) | |
parent | a01b5249c529829f47774d15b890b4716e935068 (diff) |
Merge "Make base64 explicitly check dst_size for nullptr"
Diffstat (limited to 'runtime/utils.h')
-rw-r--r-- | runtime/utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/utils.h b/runtime/utils.h index 24fd2053f5..2011d9eba4 100644 --- a/runtime/utils.h +++ b/runtime/utils.h @@ -70,8 +70,6 @@ static inline uint32_t PointerToLowMemUInt32(const void* p) { return intp & 0xFFFFFFFFU; } -uint8_t* DecodeBase64(const char* src, size_t* dst_size); - std::string PrintableChar(uint16_t ch); // Returns an ASCII string corresponding to the given UTF-8 string. |