This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author BT123
Recipients BT123
Date 2017-11-17.09:42:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510911746.81.0.213398074469.issue32056@psf.upfronthosting.co.za>
In-reply-to
Content
I found a bug in wave.py because there is no check for self._channel in _read_fmt_chunk function.
When I try to open a wav file which channel is zero, it will crash bacause of divided by zero in initfp function.
History
Date User Action Args
2017-11-17 09:42:26BT123setrecipients: + BT123
2017-11-17 09:42:26BT123setmessageid: <1510911746.81.0.213398074469.issue32056@psf.upfronthosting.co.za>
2017-11-17 09:42:26BT123linkissue32056 messages
2017-11-17 09:42:26BT123create