Closed jasonmattyd closed 2 years ago
This has already been reported in the upstream repository in January: xerial/sqlite-jdbc/issues/706 The fix is available and will be integrated in my next synchronization with the upstream repo. I'll close the issue with the next release.
Version 3.39.2 has been released and contains the previously mentioned fix.
That's awesome, thanks for the quick turn around! Keep up the good work.
I am using your library to access an encrypted sqlite database for an application I wrote, which is used in many different environments. I recently updated the library from 3.35.5.3 to 3.38.1.1 (the latest at the time), and in one particular environment there is a new issue.
Here is the relevant stack trace of the exception that is being thrown:
The user running the application does not have root access in this environment, nor is able to be given root access. The
/proc/self/map_files
folder has permissiondr-x------
and is owned by root.Reverting back to the older version, before the isMusl method was added, has worked in this environment.