]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop
authorMark Dickinson <dickinsm@gmail.com>
Mon, 10 May 2010 16:07:42 +0000 (16:07 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Mon, 10 May 2010 16:07:42 +0000 (16:07 +0000)
commit932e162a96e0d357d10ca027c9b9bdbb32f31bbc
tree410da1eeacb8af5dffa781d82d303da43a0a0ffc
parentff46d6e8444f749e3d099927414bafb5ef23d993
Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop
module.  Thanks Tomas Hoger for the patch.
Misc/ACKS
Misc/NEWS
Modules/audioop.c