Bug#676636: [PATCH] Fix Chromium's third_party/sqlite deferencing an out-of-scope pointer.

2012-06-11 Thread Andrew Chant
The other patch failed and this one works because the other patch fixes sources that are used to generate the sqlite.c file which is elsewhere in the source tree. The debian source build process doesn't regenerate src/third_party/sqlite/amalgamation/sqlite3.c/h so the patch had no effect. This

Bug#676636: [PATCH] Fix Chromium's third_party/sqlite deferencing an out-of-scope pointer.

2012-06-11 Thread Andrew Chant
Patch directly applied from http://codereview.chromium.org/10387026/ Patch Set 2. Upstream patch author: Evangelos Foutras evange...@foutrelis.com Remove this patch when upstream is fixed. The use of g++ 4.7 by Debian seems to make the crashes more frequent than on upstream's pre-4.6 gcc. ---