public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/30516] New: realpath() implementation has a C++ ODR violation
@ 2023-06-05 21:56 ayzhao at google dot com
  2023-06-06  7:54 ` [Bug libc/30516] " schwab@linux-m68k.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ayzhao at google dot com @ 2023-06-05 21:56 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 30516
           Summary: realpath() implementation has a C++ ODR violation
           Product: glibc
           Version: 2.39
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: ayzhao at google dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

In stdlib/bits/stdlib.h, realpath is implemented as an inline function whose
definition changes depending on whether or not limits.h was included first
before stdlib.h [0]. In C++, this leads to an ODR violation if, for example,
one translation unit includes stdlib.h and another translation unit includes
limit.h and stdlib.h.

[0]:
https://sourceware.org/git/?p=glibc.git;a=blob;f=stdlib/bits/stdlib.h;h=c6c0082ad5b5fe0a9714326051f19818dedd5e11;hb=HEAD#l44

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

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

end of thread, other threads:[~2023-06-29 15:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-05 21:56 [Bug libc/30516] New: realpath() implementation has a C++ ODR violation ayzhao at google dot com
2023-06-06  7:54 ` [Bug libc/30516] " schwab@linux-m68k.org
2023-06-25 23:40 ` ppluzhnikov at google dot com
2023-06-26 17:41 ` sam at gentoo dot org
2023-06-29 13:24 ` adhemerval.zanella at linaro dot org
2023-06-29 15:18 ` ppluzhnikov at google dot com

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).