public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/28931] New: hosts lookup broken for SUCCESS=CONTINUE and SUCCESS=MERGE
@ 2022-03-01  2:33 siddhesh at sourceware dot org
  2022-03-01  2:34 ` [Bug libc/28931] " siddhesh at sourceware dot org
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: siddhesh at sourceware dot org @ 2022-03-01  2:33 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 28931
           Summary: hosts lookup broken for SUCCESS=CONTINUE and
                    SUCCESS=MERGE
           Product: glibc
           Version: 2.35
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: siddhesh at sourceware dot org
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

SUCCESS=CONTINUE should discard any results so far and try the next NSS module.
 The current implementation in gaih_inet however does not do that. 
SUCCESS=MERGE should merge results from the previous and next module but that
is broken with gethostbyname4_r, since it tries to allocate both into the same
scratch buffer, overwriting the previous results.

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

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

end of thread, other threads:[~2023-09-15 15:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01  2:33 [Bug libc/28931] New: hosts lookup broken for SUCCESS=CONTINUE and SUCCESS=MERGE siddhesh at sourceware dot org
2022-03-01  2:34 ` [Bug libc/28931] " siddhesh at sourceware dot org
2022-03-01  2:34 ` siddhesh at sourceware dot org
2022-03-02  8:58 ` siddhesh at sourceware dot org
2022-03-22 14:13 ` cvs-commit at gcc dot gnu.org
2022-03-22 14:15 ` siddhesh at sourceware dot org
2023-09-12 15:29 ` [Bug libc/28931] hosts lookup broken for SUCCESS=CONTINUE and SUCCESS=MERGE (CVE-2023-4813) siddhesh at sourceware dot org
2023-09-12 16:49 ` fweimer at redhat dot com
2023-09-13  3:18 ` sam at gentoo dot org
2023-09-15  2:40 ` cvs-commit at gcc dot gnu.org
2023-09-15 15:32 ` cvs-commit at gcc dot gnu.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).