add secure_getenv function
authorPetr Vaněk <arkamar@atlas.cz>
Tue, 28 May 2019 20:47:48 +0000 (22:47 +0200)
committerRich Felker <dalias@aerifal.cx>
Thu, 8 Aug 2019 15:33:18 +0000 (11:33 -0400)
commit7844ecb590893f8344324837956718001402d297
tree0f35921dfe7c6e305e989be075ce228e1e540b15
parent0847902ab99065a48f9bd3729b6e676288dfd69e
add secure_getenv function

This function is a GNU extension introduced in glibc 2.17.
include/stdlib.h
src/env/secure_getenv.c [new file with mode: 0644]