|
Message-ID: <alpine.LNX.2.20.1602202117310.21162@monopod.intra.ispras.ru> Date: Sat, 20 Feb 2016 21:18:50 +0300 (MSK) From: Alexander Monakov <amonakov@...ras.ru> To: musl@...ts.openwall.com Subject: Re: [PATCH] slim down and avoid undefined behavior in unsetenv On Sat, 20 Feb 2016, Alexander Monakov wrote: > diff --git a/src/env/unsetenv.c b/src/env/unsetenv.c > index 3569335..f0f369f 100644 > --- a/src/env/unsetenv.c > +++ b/src/env/unsetenv.c > @@ -1,31 +1,28 @@ > #include <stdlib.h> ^^^^^^^^^^^^^^^^^^^ This was used for the declaration of free() and can be removed with that patch. Alexander
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.