-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
AddressSanitizer: heap-use-after-free #168
Comments
It doesn't matter what parent VFS is used - eg |
If |
The problem here is that the implementation of The current implementation of Now, the user has to select a VFS which supports encryption through the multiple ciphers VFS shim. The fix will be to add checks for encryption support to the implementation of |
Functions sqlite3_key_v2 and sqlite3_rekey_v2 now check whether the associated VFS supports encryption. If not, SQLITE_ERROR is returned.
Commit 5208c16 should fix the issue. |
With apsw-sqlite3mc:
Result:
The text was updated successfully, but these errors were encountered: