]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call [BZ #22577]
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 10 Dec 2017 18:09:04 +0000 (19:09 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 10 Dec 2017 18:10:28 +0000 (19:10 +0100)
Changelog:
* elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf
call.

ChangeLog
elf/rtld.c

index 910bf679d3e00358538281715eb7d258eda51f93..4e4ab69f10915ade73c96237c99a479a499ca15f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
+
 2017-12-07  H.J. Lu  <hongjiu.lu@intel.com>
 
        * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
index 90505aee7d7f8b618db3d2b7f758c59e11b40531..cfd3729b8e7120d7f48c851deae7b6563a8df95e 100644 (file)
@@ -730,7 +730,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.  */