git-any-ld.so-newline
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +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 1101353e33879ba497a6c8328318de25c1a934fe..c1e331ce4ac75bd7b296cdb1b3cd15746f4b9714 100644 (file)
@@ -729,7 +729,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.  */