| commit | 6197509f2487a07af8ebfda75ac500aaa42df780 | [log] [tgz] |
|---|---|---|
| author | Barry Warsaw <barry@python.org> | Wed Nov 28 20:55:34 2001 +0000 |
| committer | Barry Warsaw <barry@python.org> | Wed Nov 28 20:55:34 2001 +0000 |
| tree | 60dbf74ab9fd5aeba2d19b69826a0f2932d83184 | |
| parent | af8aef9ee241474c8764cb25319e17986cfb2ef6 [diff] |
PyInt_FromString(), int_repr(), int_oct(), int_hex(): Conversion of sprintf() to PyOS_snprintf() for buffer overrun avoidance.