[security] bpo-13617: Reject embedded null characters in wchar* strings. by serhiy-storchaka · Pull Request #2302 · python/cpython
vstinner
changed the title
bpo-13617: Reject embedded null characters in wchar* strings.
[security] bpo-13617: Reject embedded null characters in wchar* strings.
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request
… 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)
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request
… 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)
serhiy-storchaka added a commit that referenced this pull request
serhiy-storchaka added a commit that referenced this pull request
vifon
mentioned this pull request
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