| commit | 4ab701b2d30f1975bbea837234f6dfe52785c3d5 | [log] [tgz] |
|---|---|---|
| author | Petri Lehtinen <petri@digip.org> | Tue Feb 21 13:58:40 2012 +0200 |
| committer | Petri Lehtinen <petri@digip.org> | Tue Feb 21 14:04:46 2012 +0200 |
| tree | 24bfc442848675af9290debb7d06e737e2fb0022 | |
| parent | 36b7361fe76733b3a4944ef92b49bcea4584b740 [diff] [blame] |
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures Closes #8033.
diff --git a/Misc/NEWS b/Misc/NEWS index 45f22b1..c8556b3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -98,6 +98,9 @@ Library ------- +- Issue #8033: sqlite3: Fix 64-bit integer handling in user functions + on 32-bit architectures. Initial patch by Philippe Devalkeneer. + - HTMLParser is now able to handle slashes in the start tag. - Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in