commit | 4fe85abab9f0188733e654a72353217b43f95920 | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Sun Feb 19 21:38:00 2012 +0200 |
committer | Petri Lehtinen <petri@digip.org> | Tue Feb 21 13:49:50 2012 +0200 |
tree | f8fbb08b8661d4a4ac49a052604a9e70eb453c7e | |
parent | 29877e8e04755c919b42ee012495f2e9671f3251 [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 4574455..5d2b178 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -121,6 +121,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