Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Core] Fixed container pre-allocation in UTF8String.
UTF8String::append() must reserve memory for current size plus new size, not just new size.
- Loading branch information