|
Message-ID: <20190402143820.GK23599@brightrain.aerifal.cx> Date: Tue, 2 Apr 2019 10:38:20 -0400 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: [PATCH] delete a redundant if On Wed, Mar 13, 2019 at 10:12:17AM +0000, Ray wrote: > > --- > ldso/dynlink.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/ldso/dynlink.c b/ldso/dynlink.c > index 46c5b5ff..206427fe 100644 > --- a/ldso/dynlink.c > +++ b/ldso/dynlink.c > @@ -1461,7 +1461,6 @@ static void do_init_fini(struct dso **queue) > pthread_cond_wait(&ctor_cond, &init_fini_lock); > if (p->ctor_visitor || p->constructed) > continue; > - if (p->constructed) continue; > p->ctor_visitor = self; > > decode_vec(p->dynv, dyn, DYN_CNT); > -- > 2.20.1 > Sorry I overlooked this when you posted it. Applying. Thanks! Rich
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.