forked from pool/elfutils
Accepting request 32024 from Base:System
Copy from Base:System/elfutils based on submit request 32024 from user rguenther OBS-URL: https://build.opensuse.org/request/show/32024 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=13
This commit is contained in:
commit
ac6505a4f4
13
elfutils-uninitialized.diff
Normal file
13
elfutils-uninitialized.diff
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- ./libdwfl/linux-kernel-modules.c.orig 2010-02-10 12:12:03.000000000 +0100
|
||||||
|
+++ ./libdwfl/linux-kernel-modules.c 2010-02-10 12:14:58.000000000 +0100
|
||||||
|
@@ -577,8 +577,8 @@
|
||||||
|
int
|
||||||
|
dwfl_linux_kernel_report_kernel (Dwfl *dwfl)
|
||||||
|
{
|
||||||
|
- Dwarf_Addr start;
|
||||||
|
- Dwarf_Addr end;
|
||||||
|
+ Dwarf_Addr start = 0;
|
||||||
|
+ Dwarf_Addr end = 0;
|
||||||
|
inline Dwfl_Module *report (void)
|
||||||
|
{
|
||||||
|
return INTUSE(dwfl_report_module) (dwfl, KERNEL_MODNAME, start, end);
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 10 12:21:51 CET 2010 - rguenther@suse.de
|
||||||
|
|
||||||
|
- Fix uninitialized variable.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 12 18:13:13 CET 2009 - jengelh@medozas.de
|
Sat Dec 12 18:13:13 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package elfutils (Version 0.142)
|
# spec file for package elfutils (Version 0.142)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@
|
|||||||
Name: elfutils
|
Name: elfutils
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Version: 0.142
|
Version: 0.142
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Higher-level library to access ELF
|
Summary: Higher-level library to access ELF
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://elfutils.fedorahosted.org
|
Url: http://elfutils.fedorahosted.org
|
||||||
@ -38,6 +38,7 @@ Patch11: build.diff
|
|||||||
Patch12: elfutils-old-scanf-fix.diff
|
Patch12: elfutils-old-scanf-fix.diff
|
||||||
Patch13: elfutils-suse-10.3-fixes.diff
|
Patch13: elfutils-suse-10.3-fixes.diff
|
||||||
Patch20: elfutils-0.137-dwarf-header-check-fix.diff
|
Patch20: elfutils-0.137-dwarf-header-check-fix.diff
|
||||||
|
Patch21: elfutils-uninitialized.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -210,6 +211,7 @@ Authors:
|
|||||||
%patch13
|
%patch13
|
||||||
%endif
|
%endif
|
||||||
%patch20 -p1
|
%patch20 -p1
|
||||||
|
%patch21
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
|
Loading…
Reference in New Issue
Block a user