Skip to content

bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar#5739

Merged
serhiy-storchaka merged 1 commit into
python:masterfrom
izbyshev:bpo-32869
Feb 18, 2018
Merged

bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar#5739
serhiy-storchaka merged 1 commit into
python:masterfrom
izbyshev:bpo-32869

Conversation

@izbyshev

@izbyshev izbyshev commented Feb 18, 2018

Copy link
Copy Markdown
Contributor

This function expects the destination buffer size to be given
in wide characters, not bytes.

https://bugs.python.org/issue32869

This function expects the destination buffer size to be given
in wide characters, not bytes.
@serhiy-storchaka serhiy-storchaka added type-bug An unexpected behavior, bug, or error needs backport to 3.6 skip news labels Feb 18, 2018
@serhiy-storchaka
serhiy-storchaka merged commit b3b4a9d into python:master Feb 18, 2018
@bedevere-bot

Copy link
Copy Markdown

@serhiy-storchaka: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @izbyshev for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖

@bedevere-bot

Copy link
Copy Markdown

GH-5741 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 18, 2018
…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>
@bedevere-bot

Copy link
Copy Markdown

GH-5742 is a backport of this pull request to the 3.6 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 18, 2018
…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>
@izbyshev
izbyshev deleted the bpo-32869 branch February 18, 2018 18:12
miss-islington added a commit that referenced this pull request Feb 18, 2018
…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 added a commit that referenced this pull request Feb 18, 2018
…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>
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