This repository was archived by the owner on Jul 25, 2020. It is now read-only.
This repository was archived by the owner on Jul 25, 2020. It is now read-only.
Cursor::reset() is not safe #99
Closed
Description
In https://www.sqlite.org/c3ref/column_blob.html it is explained that pointers allocated by the sqlite_column_*
are invalidated by calls to sqlite3_reset()
. Since this memory is owned by the Cursor
, reset()
must take a mutable reference.
Metadata
Metadata
Assignees
Labels
No labels