[PATCH] count number of loaded objects in each namespace only once

Mike Frysinger vapier@gentoo.org
Tue Aug 2 16:08:00 GMT 2016


On 24 Jul 2016 15:24, Gleb Natapov wrote:
> --- a/elf/dl-iteratephdr.c
> +++ b/elf/dl-iteratephdr.c
> @@ -47,18 +47,18 @@ __dl_iterate_phdr (int (*callback) (struct dl_phdr_info *info,
>    Lmid_t ns = 0;
>  #ifdef SHARED
>    const void *caller = RETURN_ADDRESS (0);
> -  for (Lmid_t cnt = GL(dl_nns) - 1; cnt > 0; --cnt)
> +  for (Lmid_t cnt = GL(dl_nns) - 1; cnt > 0; --cnt) {

GNU style puts the brace on the next line all by itself
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20160802/b23bc3cf/attachment.sig>


More information about the Libc-alpha mailing list