git-any-ld.so-newline
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 16 Dec 2017 14:37:43 +0000 (14:37 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sat, 16 Dec 2017 14:37:43 +0000 (14:37 +0000)
2017-12-10  Aurelien Jarno <aurelien@aurel32.net>

[BZ #22577]
* elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf
call.

Gbp-Pq: Topic any
Gbp-Pq: Name git-any-ld.so-newline.diff

elf/rtld.c

index ea1d128a9d53b7815c68ed95627e8e6e22b95e7a..4dec5dff25da7fac14831b0b0920d08576869cae 100644 (file)
@@ -727,7 +727,7 @@ init_tls (void)
   void *tcbp = _dl_allocate_tls_storage ();
   if (tcbp == NULL)
     _dl_fatal_printf ("\
-cannot allocate TLS data structures for initial thread");
+cannot allocate TLS data structures for initial thread\n");
 
   /* Store for detection of the special case by __tls_get_addr
      so it knows not to pass this dtv to the normal realloc.  */