commit | 35c52b687ffa044a0a5a1fe2ef477ce653d926b7 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Feb 07 16:59:34 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Feb 07 16:59:34 2013 +0200 |
tree | 684d887a9f234d05af5126ebdd7c2137f0c0b51a | |
parent | d5327d95d2c345f384cc9d03be0d9c4e8773b277 [diff] [blame] |
Issue #17073: Fix some integer overflows in sqlite3 module.
diff --git a/Misc/NEWS b/Misc/NEWS index d1a57fd..4734212 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -202,6 +202,8 @@ Library ------- +- Issue #17073: Fix some integer overflows in sqlite3 module. + - Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple parses nested mutating sequence.