[issue1098] decode_unicode doesn't nul-terminate

Georg Brandl report at bugs.python.org
Wed Sep 12 21:32:54 CEST 2007


Georg Brandl added the comment:

The function in question is in Python/ast.c. Martin, does the string
need to be null-terminated or does DecodeUnicodeEscape need to be fixed
(since it takes an explicit length argument)?

----------
assignee:  -> loewis
nosy: +georg.brandl, loewis
type:  -> crash

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1098>
__________________________________


More information about the Python-bugs-list mailing list