|
Message-Id: <20170903191221.5287-1-amonakov@ispras.ru> Date: Sun, 3 Sep 2017 22:12:19 +0300 From: Alexander Monakov <amonakov@...ras.ru> To: musl@...ts.openwall.com Subject: [PATCH 0/2] env functions overhaul Rich asked off-list to resend without the former patch 2/3, which can be found here: http://openwall.com/lists/musl/2016/03/13/5 Alexander Monakov (2): overhaul environment functions free allocations in clearenv src/env/clearenv.c | 8 +++- src/env/getenv.c | 15 ++++---- src/env/putenv.c | 106 ++++++++++++++++++++++++----------------------------- src/env/setenv.c | 41 ++++++++++++++------- src/env/unsetenv.c | 61 +++++++++++++++--------------- 5 files changed, 120 insertions(+), 111 deletions(-) rewrite src/env/putenv.c (88%) rewrite src/env/unsetenv.c (77%) -- 2.11.0
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.