Files
cpython/Modules
Tim Peters 1691bd9f1e SF bug 482574: audioop.ratecv crashes.
Bugfix candidate.
A numerically naive computation of output buffer size caused crashes
and spurious MemoryErrors for reasonable arguments.
audioop_ratecv():  Avoid spurious overflow by careful reworking of the
buffer size computations, triggering MemoryError if and only if the
final buffer size can't be represented in a C int (although
PyString_FromStringAndSize may legitimately raise MemoryError even if
it does fit in a C int).  All reasonable arguments should work as
intended now, and all unreasonable arguments should be cuaght.
2001-12-05 06:05:07 +00:00
..
2001-11-28 22:07:30 +00:00
2001-08-30 00:12:32 +00:00
2001-12-04 01:11:32 +00:00
2001-11-02 22:04:17 +00:00
2001-11-28 22:07:30 +00:00
2001-10-23 22:29:06 +00:00