mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 04:38:55 +00:00
fb813abe5c
Linux 3.4 added support for the MADV_DONTDUMP option to madvise(), which requests that the covered memory not be included in coredumps. It makes sense to use this to prevent cases where application crashes could result in secrets being persisted to disk or included in dumps that are uploaded to remote servers for analysis. I've avoided making this fatal since there's a chance this code could be built on systems that have MADV_DONTDUMP but run on systems that don't. |
||
---|---|---|
.. | ||
egg-dh.c | ||
egg-dh.h | ||
egg-hex.c | ||
egg-hex.h | ||
egg-hkdf.c | ||
egg-hkdf.h | ||
egg-libgcrypt.c | ||
egg-libgcrypt.h | ||
egg-secure-memory.c | ||
egg-secure-memory.h | ||
egg-testing.c | ||
egg-testing.h | ||
Makefile.am | ||
meson.build | ||
test-dh.c | ||
test-hex.c | ||
test-hkdf.c | ||
test-secmem.c |