Mailinglist Archive: opensuse-commit (1670 mails)

< Previous Next >
commit glibc
  • From: root@xxxxxxx (h_root)
  • Date: Sat, 14 Oct 2006 19:23:07 +0200 (CEST)
  • Message-id: <20061014172307.BF03184431@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package glibc
checked in at Sat Oct 14 19:23:07 CEST 2006.

--------
--- glibc/glibc.changes 2006-10-12 02:34:17.000000000 +0200
+++ /mounts/work_src_done/STABLE/glibc/glibc.changes 2006-10-14 14:44:10.000000000 +0200
@@ -1,0 +2,6 @@
+Sat Oct 14 12:23:53 CEST 2006 - olh@xxxxxxx
+
+- dont use uninitialized (and wrong) variable in glibc-2.4.90-bdirect.diff
+ [#212470]
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ glibc.spec ++++++
--- /var/tmp/diff_new_pack.UPOGFb/_old 2006-10-14 19:22:32.000000000 +0200
+++ /var/tmp/diff_new_pack.UPOGFb/_new 2006-10-14 19:22:32.000000000 +0200
@@ -28,7 +28,7 @@
Obsoletes: ngpt ngpt-devel
Autoreqprov: on
Version: 2.5
-Release: 6
+Release: 7
%define snapshot_date 2006101200
URL: http://www.gnu.org/software/libc/libc.html
PreReq: filesystem
@@ -796,6 +796,9 @@
%{_libdir}/libdl_p.a

%changelog -n glibc
+* Sat Oct 14 2006 - olh@xxxxxxx
+- dont use uninitialized (and wrong) variable in glibc-2.4.90-bdirect.diff
+ [#212470]
* Thu Oct 12 2006 - pbaudis@xxxxxxx
- Update to the latest 2.5 CVS
- More friendly -Bdirect behaviour in case of missing libraries




++++++ glibc-2.4.90-bdirect.diff ++++++
--- /var/tmp/diff_new_pack.UPOGFb/_old 2006-10-14 19:22:33.000000000 +0200
+++ /var/tmp/diff_new_pack.UPOGFb/_new 2006-10-14 19:22:33.000000000 +0200
@@ -66,7 +66,7 @@
+ name = expand_dst (map, strtab + d->d_un.d_val, 0);
+ if (GLRO(dl_debug_mask) & DL_DEBUG_DIRECT)
+ _dl_debug_printf (" direct index %u object '%s'\n", i, name);
-+ map->l_dtneeded.r_list[j] = NULL;
++ map->l_dtneeded.r_list[i] = NULL;
+ for (j = 0; j < scope->r_nlist; j++)
+ {
+ if (scope->r_list[j] &&






++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
List Navigation