Changes between Version 7 and Version 8 of FutureHaiku/Security
- Timestamp:
- Dec 11, 2018, 8:32:04 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FutureHaiku/Security
v7 v8 11 11 * rdef 12 12 * getentropy and arc4random (https://review.haiku-os.org/#/c/haiku/+/32/) 13 * secure memory allocation (non-swappable and erased on free, eg. mmap + mlock )13 * secure memory allocation (non-swappable and erased on free, eg. mmap + mlock, https://github.com/gpg/libgcrypt/blob/master/src/secmem.c) 14 14 15 15 == Moderate ==