Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dep: update packaged sqlite3 to 3.43.2 #412

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

flavorjones
Copy link
Member

From the forum announcement:

SQLite version 3.43.2 is now available. Version 3.43.2 is a small patch
to version 3.43.1 and 3.43.0 that fixes some minor inaccuracies and also
addresses some problems in the build scripts. The changes probably do not
affect your projects, but you are welcomed to upgrade nevertheless.

Details from https://sqlite.org/releaselog/3_43_2.html

  • Fix a couple of obscure UAF errors and an obscure memory leak.
  • Omit the use of the sprintf() function from the standard library in the CLI, as this now generates warnings on some platforms.
  • Avoid conversion of a double into unsigned long long integer, as some platforms do not do such conversions correctly.

@flavorjones flavorjones merged commit eb15000 into master Oct 10, 2023
103 checks passed
@flavorjones flavorjones deleted the flavorjones-dep-sqlite3-3.43.2 branch October 10, 2023 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant