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

r4535 - glibc-package/branches/eglibc-2.13/debian/patches/any



Author: aurel32
Date: 2011-02-26 12:22:34 +0000 (Sat, 26 Feb 2011)
New Revision: 4535

Modified:
   glibc-package/branches/eglibc-2.13/debian/patches/any/cvs-dlopen_memory_leak.diff
Log:
Update cvs-dlopen_memory_leak.diff for eglibc


Modified: glibc-package/branches/eglibc-2.13/debian/patches/any/cvs-dlopen_memory_leak.diff
===================================================================
--- glibc-package/branches/eglibc-2.13/debian/patches/any/cvs-dlopen_memory_leak.diff	2011-02-26 12:18:48 UTC (rev 4534)
+++ glibc-package/branches/eglibc-2.13/debian/patches/any/cvs-dlopen_memory_leak.diff	2011-02-26 12:22:34 UTC (rev 4535)
@@ -27,7 +27,7 @@
     This file is part of the GNU C Library.
  
     The GNU C Library is free software; you can redistribute it and/or
-@@ -119,8 +119,17 @@ _dl_close_worker (struct link_map *map)
+@@ -119,8 +119,17 @@
    if (map->l_direct_opencount > 0 || map->l_type != lt_loaded
        || dl_close_state != not_pending)
      {
@@ -46,7 +46,7 @@
 +	}
  
        /* There are still references to this object.  Do nothing more.  */
-       if (__builtin_expect (GLRO(dl_debug_mask) & DL_DEBUG_FILES, 0))
+       if (__builtin_expect (GLRO_dl_debug_mask & DL_DEBUG_FILES, 0))
 diff --git a/elf/dl-deps.c b/elf/dl-deps.c
 index 5288353..d3c27f1 100644
 --- a/elf/dl-deps.c


Reply to: