MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / secure_getenv

Function secure_getenv

extern/editline/src/el.c:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75#ifndef HAVE_SECURE_GETENV
76char *secure_getenv(char const *name)
77{
78 if (issetugid())
79 return 0;
80 return getenv(name);
81}
82#endif
83
84/* el_init():

Callers 1

el_sourceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected