Skip to content

[3.7] bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-5739)#5741

Merged
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-b3b4a9d-3.7
Feb 18, 2018
Merged

[3.7] bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-5739)#5741
miss-islington merged 1 commit into
python:3.7from
miss-islington:backport-b3b4a9d-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Feb 18, 2018

Copy link
Copy Markdown
Contributor

This function expects the destination buffer size to be given
in wide characters, not bytes.
(cherry picked from commit b3b4a9d)

Co-authored-by: Alexey Izbyshev izbyshev@users.noreply.github.com

https://bugs.python.org/issue32869

…honGH-5739)

This function expects the destination buffer size to be given
in wide characters, not bytes.
(cherry picked from commit b3b4a9d)

Co-authored-by: Alexey Izbyshev <izbyshev@users.noreply.github.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@izbyshev and @serhiy-storchaka: Backport status check is done, and it's a success ✅ .

@miss-islington

Copy link
Copy Markdown
Contributor Author

Thanks!

@miss-islington
miss-islington deleted the backport-b3b4a9d-3.7 branch February 18, 2018 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants