-
I've been seeing this in the logs recently.
```
ERROR MEMORY sqlcipher_mlock: mlock() returned -1 errno=12
```
Android 15 (Pixel 7a)
SQLCipher version: 4.6.1
-
### Issue
We see numerous logcat messages:
`sqlcipher D sqlcipher_mlock: mlock() returned -1 errno=12`
DB itself looks like it works normally.
#### Env
- module: "net.zetetic:sqlcipher-andr…
-
For security purposes it would also be interesting to add `mlock`. I am not versed in the WASM spec and I am not sure if this should be added here or in multi-memory.
The main use-case is to protec…
-
### Description
Add a mode whereby all gVisor memory pages, including those of the sandboxed application, are `mlock`ed (i.e. they cannot be paged out to swap).
This is useful for situations whe…
-
in securepool.d@224:
`logError("Could not mlock " ~ to!string(pool_size) ~ " bytes");`
mlock actually returns -1, which is weird since it is not a valid return value [http://linux.die.net/man/2/mlo…
-
https://github.com/petertodd/python-bitcoinlib/blob/master/bitcoin/core/key.py
```
WARNING: This module does not mlock() secrets; your private keys may end up on
disk in swap! Use with caution!
```
yemel updated
9 years ago
-
## Describe the bug
Unable to create or edit files with Onlyoffice with PosixFS
## Steps to reproduce
1. Deploy with posixfs storage driver
2. Create a spreadsheet file
3. Error popups and file…
-
https://www.vaultproject.io/docs/configuration#disable_mlock
-
#update we migrated to https://github.com/Eyob94/shush-rs which still needs to implement `mlock` and `mprotect` and maybe expiry.
So normally this should be closed, keeping it open until the above is…
-
### Describe the bug
Failed start wine apps after turn on vmtouch with "Cache work directory" in Preferences, vmtouch without "Cache work directory" works fine.
### To Reproduce
1. Go to Preference…