[PATCH] elf: Count components of the expanded path in _dl_init_path [BZ #22607]
Andreas Schwab
schwab@suse.de
Thu Dec 14 13:45:00 GMT 2017
On Dez 14 2017, fweimer@redhat.com (Florian Weimer) wrote:
> + {
> + const char *cp = llp_tmp;
> + while (*cp)
> + {
> + if (*cp == ':' || *cp == ';')
> + ++nllp;
> + ++cp;
> + }
> + }
No need for the outermost braces.
Andreas.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
More information about the Libc-alpha
mailing list