Skip to content

sqleet v0.30.1

Compare
Choose a tag to compare
@resilar resilar released this 09 Dec 17:54
· 4 commits to master since this release

sqleet as a drop-in replacement for the SQLite3 amalgamation.

What's new in v0.30.1?

  • SQLite v3.30.1
  • Fix out-of-bound heap memory read when parsing an empty URI string in codec_parse_uri_config()
    • In rekeying, SQLite3 internally attaches a codec to database with no filename/URI associated with it
    • Ultimately this resulted in rekey failing with some operating systems and compilers
    • Thanks to @jbuchman for reporting the issue, and @nyneplus for testing the fix
    • See issue #32 for further details and discussion
  • Fix a memory leak that occurred if the same codec was set to Btree twice.