|
Message-ID: <20190517123241.GG16415@port70.net> Date: Fri, 17 May 2019 14:32:41 +0200 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: Re: [PATCH] fix tls offsets when p_vaddr%p_align != 0 for TLS_ABOVE_TP * Rich Felker <dalias@...c.org> [2019-05-16 21:50:43 -0400]: > On Fri, May 17, 2019 at 12:51:18AM +0200, Szabolcs Nagy wrote: > > + p->tls.offset = tls_offset + ( (p->tls_align-1) & > ~~~~~~~~~ > > This should be tls.align. I can fix it up though when applying. yes, my bad.
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.