safeclib: new package

safec fork with all C11 Annex K functions

This library implements the secure C11 Annex K functions on
top of most libc implementations, which are missing from them.

https://rurban.github.io/safeclib/

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine
2017-12-19 20:12:04 +01:00
committed by Peter Korsgaard
parent 929f7e0661
commit a67cb08d19
6 changed files with 79 additions and 0 deletions

View File

@@ -1555,6 +1555,7 @@ menu "Security"
source "package/libselinux/Config.in"
source "package/libsemanage/Config.in"
source "package/libsepol/Config.in"
source "package/safeclib/Config.in"
endmenu
menu "Text and terminal handling"