Package: libc6
Version: 2.2.5-14.3
Severity: normal
Tags: patch

Hi,

I have just reported a wishlist bug[1] against libtrash requesting a new
version to be packaged.  But, according to the libtrash page[2], there might
be an interaction with libc6 2.2.5 and libtrash.  This[3] patch is supposed
to fix the problem, and has a small discussion[4] on bug-glibc.

Thanks,

Mike

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=162641&repeatmerged=yes

[2] http://m-arriaga.net/software/libtrash/

[3] http://www.m-arriaga.net/software/libtrash/patch-glibc-2.2.5.diff

--- libc/elf/do-lookup.h        2001/08/26 22:24:08     1.16
+++ libc/elf/do-lookup.h        2002/04/03 04:03:39     1.16.2.1
@@ -128,7 +128,7 @@
          if (verstab != NULL)
            {
              ElfW(Half) ndx = verstab[symidx] & 0x7fff;
-             if (ndx > 2) /* map->l_versions[ndx].hash != 0) */
+             if (ndx >= 2) /* map->l_versions[ndx].hash != 0) */
                {
                  /* Don't accept hidden symbols.  */
                  if ((verstab[symidx] & 0x8000) == 0 && num_versions++ == 0)

[4] http://sources.redhat.com/ml/bug-glibc/2002-04/msg00025.html

-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux mis-mike-wstn 2.4.19 #1 SMP Thu Aug 29 11:35:43 PDT 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages libc6 depends on:
ii  libdb1-compat                 2.1.3-4    The Berkeley database routines [gl



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to