[3.5] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302) by serhiy-storchaka · Pull Request #2463 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
serhiy-storchaka merged 6 commits intopython:3.5from
Jun 28, 2017Merged
Conversation
Copy link Copy Markdown
Member
serhiy-storchaka
commented
Jun 28, 2017
serhiy-storchaka
commented
Based on patch by Victor Stinner.
Add private C API function _PyUnicode_AsUnicode() which is similar to
PyUnicode_AsUnicode(), but checks for null characters..
(cherry picked from commit f7eae0a)
… strings. (pythonGH-2302) Based on patch by Victor Stinner. Add private C API function _PyUnicode_AsUnicode() which is similar to PyUnicode_AsUnicode(), but checks for null characters.. (cherry picked from commit f7eae0a)
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
serhiy-storchaka
changed the title
[3.5] [security] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)
[3.5] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)
serhiy-storchaka added 5 commits
June 28, 2017 09:19
serhiy-storchaka
merged commit
54ba940
into
python:3.5
serhiy-storchaka
deleted the
backport-f7eae0a-3.5
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment