commit | 932e162a96e0d357d10ca027c9b9bdbb32f31bbc | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon May 10 16:07:42 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon May 10 16:07:42 2010 +0000 |
tree | 410da1eeacb8af5dffa781d82d303da43a0a0ffc | |
parent | ff46d6e8444f749e3d099927414bafb5ef23d993 [diff] [blame] |
Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop module. Thanks Tomas Hoger for the patch.
diff --git a/Misc/NEWS b/Misc/NEWS index f214547..a09d535 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -15,6 +15,11 @@ Library ------- +Extension Modules +----------------- + +- Issue #8674: Fixed a number of incorrect or undefined-behaviour-inducing + overflow checks in the audioop module. What's New in Python 2.7 beta 2? ================================