Loading libutils/String8.cpp +3 −0 Original line number Original line Diff line number Diff line Loading @@ -78,6 +78,9 @@ void terminate_string8() static char* allocFromUTF8(const char* in, size_t len) static char* allocFromUTF8(const char* in, size_t len) { { if (len > 0) { if (len > 0) { if (len == SIZE_MAX) { return NULL; } SharedBuffer* buf = SharedBuffer::alloc(len+1); SharedBuffer* buf = SharedBuffer::alloc(len+1); ALOG_ASSERT(buf, "Unable to allocate shared buffer"); ALOG_ASSERT(buf, "Unable to allocate shared buffer"); if (buf) { if (buf) { Loading Loading
libutils/String8.cpp +3 −0 Original line number Original line Diff line number Diff line Loading @@ -78,6 +78,9 @@ void terminate_string8() static char* allocFromUTF8(const char* in, size_t len) static char* allocFromUTF8(const char* in, size_t len) { { if (len > 0) { if (len > 0) { if (len == SIZE_MAX) { return NULL; } SharedBuffer* buf = SharedBuffer::alloc(len+1); SharedBuffer* buf = SharedBuffer::alloc(len+1); ALOG_ASSERT(buf, "Unable to allocate shared buffer"); ALOG_ASSERT(buf, "Unable to allocate shared buffer"); if (buf) { if (buf) { Loading