This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/20271] New: Missing "\n" in __libc_fatal calls


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

            Bug ID: 20271
           Summary: Missing "\n" in __libc_fatal calls
           Product: glibc
           Version: 2.24
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

Many __libc_fatal calls don't have "\n":

grp/initgroups.c:       __libc_fatal ("illegal status in
internal_getgrouplist");
nscd/initgrcache.c:     __libc_fatal ("illegal status in
internal_getgrouplist");
nss/nsswitch.c:  __libc_fatal ("illegal status in __nss_next");
sysdeps/aarch64/dl-irel.h:    __libc_fatal ("unexpected reloc type in static
binary");
sysdeps/arm/dl-irel.h:    __libc_fatal ("unexpected reloc type in static
binary");
sysdeps/generic/unwind-dw2.c:         __libc_fatal ("invalid DWARF unwind
data");
sysdeps/i386/dl-irel.h:    __libc_fatal ("unexpected reloc type in static
binary");
sysdeps/mach/hurd/i386/init-first.c:    __libc_fatal ("Can't allocate
single-threaded thread variables.");
sysdeps/nptl/futex-internal.h:/* Calls __libc_fatal with an error message. 
Convenience function for
sysdeps/powerpc/powerpc32/dl-irel.h:    __libc_fatal ("unexpected reloc type in
static binary");
sysdeps/powerpc/powerpc64/dl-irel.h:    __libc_fatal ("unexpected reloc type in
static binary");
sysdeps/s390/dl-irel.h:    __libc_fatal ("unexpected reloc type in static
binary");
sysdeps/sparc/sparc32/dl-irel.h:    __libc_fatal ("unexpected reloc type in
static binary");
sysdeps/sparc/sparc64/dl-irel.h:    __libc_fatal ("unexpected reloc type in
static binary");
sysdeps/unix/sysv/linux/netlink_assert_response.c:          __libc_fatal
(message);
sysdeps/unix/sysv/linux/netlink_assert_response.c:      __libc_fatal (message);
sysdeps/x86_64/dl-irel.h:    __libc_fatal ("unexpected reloc type in static
binary");

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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]