mailing list of musl libc
 help / color / mirror / code / Atom feed
* [PATCH 0/2] env functions overhaul
@ 2017-09-03 19:12 Alexander Monakov
  2017-09-03 19:12 ` [PATCH 1/2] overhaul environment functions Alexander Monakov
  2017-09-03 19:12 ` [PATCH 2/2] free allocations in clearenv Alexander Monakov
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander Monakov @ 2017-09-03 19:12 UTC (permalink / raw)
  To: musl

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-03 19:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-03 19:12 [PATCH 0/2] env functions overhaul Alexander Monakov
2017-09-03 19:12 ` [PATCH 1/2] overhaul environment functions Alexander Monakov
2017-09-03 19:12 ` [PATCH 2/2] free allocations in clearenv Alexander Monakov

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).