public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug linuxthreads/28442] New: Use more unique DYNARRAY_STRUCT name in nss/nss_files/files-hosts.c
@ 2021-10-11 14:54 vries at gcc dot gnu.org
  2021-10-11 15:50 ` [Bug nss/28442] " schwab@linux-m68k.org
  0 siblings, 1 reply; 2+ messages in thread
From: vries at gcc dot gnu.org @ 2021-10-11 14:54 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=28442

            Bug ID: 28442
           Summary: Use more unique DYNARRAY_STRUCT name in
                    nss/nss_files/files-hosts.c
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: linuxthreads
          Assignee: unassigned at sourceware dot org
          Reporter: vries at gcc dot gnu.org
                CC: drow at false dot org
  Target Milestone: ---

I wonder, is this not a bit too non-specific:
...
./nss/nss_files/files-hosts.c:#define DYNARRAY_STRUCT array
...
?

Other entries seem to try harder:
...
$ find -type f -name "*.c" | egrep -v "tst|dynarray-skeleton.c" | xargs grep
DYNARRAY_STRUCT
./nss/getent.c:#define DYNARRAY_STRUCT gid_list
./nss/nss_action_parse.c:#define DYNARRAY_STRUCT action_list
./nss/nss_files/files-hosts.c:#define DYNARRAY_STRUCT array
./posix/regexec.c:#define DYNARRAY_STRUCT  regmatch_list
./posix/register-atfork.c:#define DYNARRAY_STRUCT            fork_handler_list
./posix/wordexp.c:#define DYNARRAY_STRUCT        strlist
./resolv/res_init.c:#define DYNARRAY_STRUCT nameserver_list
./resolv/res_init.c:#define DYNARRAY_STRUCT search_list
./resolv/res_init.c:#define DYNARRAY_STRUCT sort_list
./resolv/resolv_conf.c:#define DYNARRAY_STRUCT resolv_conf_array
./support/support_descriptors.c:#define DYNARRAY_STRUCT descriptor_list
...

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug nss/28442] Use more unique DYNARRAY_STRUCT name in nss/nss_files/files-hosts.c
  2021-10-11 14:54 [Bug linuxthreads/28442] New: Use more unique DYNARRAY_STRUCT name in nss/nss_files/files-hosts.c vries at gcc dot gnu.org
@ 2021-10-11 15:50 ` schwab@linux-m68k.org
  0 siblings, 0 replies; 2+ messages in thread
From: schwab@linux-m68k.org @ 2021-10-11 15:50 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=28442

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|linuxthreads                |nss

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-11 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11 14:54 [Bug linuxthreads/28442] New: Use more unique DYNARRAY_STRUCT name in nss/nss_files/files-hosts.c vries at gcc dot gnu.org
2021-10-11 15:50 ` [Bug nss/28442] " schwab@linux-m68k.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).