[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r5374 - in glibc-package/trunk/debian: . patches/hurd-i386



Author: sthibault
Date: 2012-11-17 21:33:56 +0000 (Sat, 17 Nov 2012)
New Revision: 5374

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/hurd-i386/tg-tls.diff
Log:
hurd-i386: Re-fix port leak in fork()

Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2012-11-14 13:28:10 UTC (rev 5373)
+++ glibc-package/trunk/debian/changelog	2012-11-17 21:33:56 UTC (rev 5374)
@@ -11,6 +11,10 @@
     description of i686 variant.  Thanks to Regid Ichira.  Closes:
     #692154.
 
+  [ Samuel Thibault ]
+  * patches/hurd-i386/tg-tls-support.diff: Re-fix port leak in fork(). The
+    change was lost while synchronizing with the topgit repository.
+
  -- Aurelien Jarno <aurel32@debian.org>  Fri, 26 Oct 2012 19:26:34 +0200
 
 eglibc (2.13-36) unstable; urgency=low

Modified: glibc-package/trunk/debian/patches/hurd-i386/tg-tls.diff
===================================================================
--- glibc-package/trunk/debian/patches/hurd-i386/tg-tls.diff	2012-11-14 13:28:10 UTC (rev 5373)
+++ glibc-package/trunk/debian/patches/hurd-i386/tg-tls.diff	2012-11-17 21:33:56 UTC (rev 5374)
@@ -216,7 +216,7 @@
  
        /* Do special thread setup for TLS if needed.  */
 -      if (err = _hurd_tls_fork (thread, &state))
-+      if (err = _hurd_tls_fork (thread, __mach_thread_self (), &state))
++      if (err = _hurd_tls_fork (thread, ss->thread, &state))
  	LOSE;
  
        if (err = __thread_set_state (thread, MACHINE_THREAD_STATE_FLAVOR,


Reply to: