nalgeon / sqlean

The ultimate set of SQLite extensions
MIT License
3.65k stars 115 forks source link

Incorporate upstream fixes from statement_vtab #94

Closed 0x09 closed 1 year ago

0x09 commented 1 year ago

This updates the define virtual table with fixes from sqlite- statement-vtab, including a potential vulnerability on platforms with uncommon integer sizes detailed in https://github.com/0x09/sqlite-statement-vtab/commit/400bea16a314bb3994c3912a6639f488af98e9e0

0x09 commented 1 year ago

The original commits for the changes to statement_vtab have been reproduced in this PR in case you prefer to retain them or just squash.

nalgeon commented 1 year ago

Thanks a lot! I really appreciate you not only making changes to your own repo, but also providing this PR.

0x09 commented 1 year ago

No problem, I wanted to make sure to get the linked fix over despite the unlikely impact.

I like sqlean's test suite btw!