Skip to content

sqlite3 1.5.1

Compare
Choose a tag to compare
@simolus3 simolus3 released this 12 Jan 16:24
· 5 commits to master since this release
ea20295

1.5.1

  • Fix checkNoTail throwing for harmless whitespace or comments following a SQL statement.
  • Fix a native null-pointer dereference when calling prepare with a statement exclusively containing whitespace or comments.
  • Fix a potential out-of-bounds read when preparing statements.