]> granicus.if.org Git - python/commit
Fix _Py_normalize_encoding(): ensure that buffer is big enough to store "utf-8"
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 7 Nov 2013 12:33:36 +0000 (13:33 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 7 Nov 2013 12:33:36 +0000 (13:33 +0100)
commitdf23e30bea2741087440c186e645e6ae4c218651
tree85565f759a339e1d2199cf45d0ce387a8b5478e8
parente75fc148136bbef192c5572c14f3abf1f67abc57
Fix _Py_normalize_encoding(): ensure that buffer is big enough to store "utf-8"
if the input string is NULL
Objects/unicodeobject.c