[sqlite] sqlite3_prepare_v2() causing Address-out-of-Bounds error

2012-11-15 Thread Rajeev Sharma
Hello, We recently upgraded our SQLite library to 3.7.14.1 and we are seeing that sqlite3_prepare_v2 function is throwing a segmentation fault with pzTail being address-out-of-bounds. This happens sometimes but normally works fine. But it is not so rare that we can ignore it and we need to fix

[sqlite] Crash in icuOpen()

2012-03-30 Thread Rajeev Sharma
Hello, The SQLite library is crashing in icuOpen() function because it is trying to check the strlen of a string, which is NULL. I have also put the stack trace. In this case zInput is NULL. And so it is crashing in this line: nInput = strlen(zInput); Here is the partial function definition of