mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
DBD-SQLite: apply a patch to fix segfault by TOKUHIROM++
This commit is contained in:
parent
1c55ed52a0
commit
159318cf6f
1 changed files with 1 additions and 0 deletions
1
dbdimp.c
1
dbdimp.c
|
@ -426,6 +426,7 @@ sqlite_st_execute (SV *sth, imp_sth_t *imp_sth)
|
||||||
return 0;
|
return 0;
|
||||||
/* There are bug reports that say this should be sqlite3_reset() */
|
/* There are bug reports that say this should be sqlite3_reset() */
|
||||||
default: sqlite3_finalize(imp_sth->stmt);
|
default: sqlite3_finalize(imp_sth->stmt);
|
||||||
|
imp_sth->stmt = NULL;
|
||||||
sqlite_error(sth, (imp_xxh_t*)imp_sth, imp_sth->retval, (char*)sqlite3_errmsg(imp_dbh->db));
|
sqlite_error(sth, (imp_xxh_t*)imp_sth, imp_sth->retval, (char*)sqlite3_errmsg(imp_dbh->db));
|
||||||
return -6;
|
return -6;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue