On 24 Dec 2015, at 9:10pm, Bart Smissaert <bart.smissaert at gmail.com> wrote:

> Given that I don't use theses it then likely that my problem is to do with
> a buffer overwrite?

You say you use sqlite3_bind().  See the details about the fifth parameter in

<https://www.sqlite.org/c3ref/bind_blob.html>

A common mistake is to bind a string to a parameter then free the space before 
SQLite is finished with it.  This, of course, leads to OS errors.

Simon.

Reply via email to