commit | f80527679b64f9c14c555db6843fac659b1e3aeb | [log] [tgz] |
---|---|---|
author | Gerhard Häring <gh@ghaering.de> | Wed Oct 08 08:45:16 2008 +0000 |
committer | Gerhard Häring <gh@ghaering.de> | Wed Oct 08 08:45:16 2008 +0000 |
tree | c7c81ea6bbe6781bda91e0c55f7c230779407bd4 | |
parent | bab0f2ff662fa5e94115d2e902d3a694d61ad7f9 [diff] [blame] |
Issue #4046: Backport of issue #3312's patch: fixes two crashes in the sqlite3 module.
diff --git a/Misc/NEWS b/Misc/NEWS index dde30ae..a492d46 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -215,6 +215,9 @@ - Issue #1471: Arguments to fcntl.ioctl are no longer broken on 64-bit OpenBSD and similar platforms due to sign extension. +- Issue #3312: Fix two crashes in sqlite3. + + Tests -----