telnetd/libtelnet/cleanenv.h
Stephen Heumann f659286e00 Rewrite environment-cleaning code to not directly modify environ or its contents.
The old code didn't work correctly with GNO's environ implementation and could lead to crashes.
2016-01-09 18:04:58 -06:00

2 lines
42 B
C

int cleanenv(const char *const retain[]);