Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

fix: fix bug in local_service #455

Merged
merged 2 commits into from
May 8, 2020
Merged

Conversation

levy5307
Copy link
Contributor

@levy5307 levy5307 commented May 7, 2020

We use this way to get characters from fin

buf.reserve(total_sz + 1);

but there is a problem in this way, which is buf.length() = 0. It means that int this way, we cann't get the real size of characters.

zhaoliwei added 2 commits May 7, 2020 19:10
@hycdong hycdong merged commit 5c3e19f into XiaoMi:master May 8, 2020
@levy5307 levy5307 deleted the fix-local-service branch May 26, 2020 06:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants