From 466068f55d3e6387c2696c6a47bae87241cf9764 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Tue, 18 Oct 2016 17:01:05 +0200 Subject: [PATCH] posix.cfg: added/updated getpwnam_r(), getgrent_r() and getpwuid_r(). --- cfg/posix.cfg | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/cfg/posix.cfg b/cfg/posix.cfg index 4fbff131f..0c1f6e430 100644 --- a/cfg/posix.cfg +++ b/cfg/posix.cfg @@ -1719,6 +1719,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s + @@ -1732,19 +1733,23 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s false + + + + false - + false - + false @@ -1761,7 +1766,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s - + false @@ -2001,7 +2006,7 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s - + false @@ -2542,6 +2547,16 @@ The function 'mktemp' is considered to be dangerous due to race conditions and s Non reentrant function 'getgrent' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getgrent_r'. + + + + false + + + + + +