diff --git a/elfutils-uninitialized.diff b/elfutils-uninitialized.diff deleted file mode 100644 index 4271c15..0000000 --- a/elfutils-uninitialized.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- ./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); diff --git a/elfutils.changes b/elfutils.changes index f7d392a..eaf5c1b 100644 --- a/elfutils.changes +++ b/elfutils.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -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 diff --git a/elfutils.spec b/elfutils.spec index 58842b0..33bdcc8 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -38,7 +38,6 @@ Patch11: build.diff Patch12: elfutils-old-scanf-fix.diff Patch13: elfutils-suse-10.3-fixes.diff Patch20: elfutils-0.137-dwarf-header-check-fix.diff -Patch21: elfutils-uninitialized.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -211,7 +210,6 @@ Authors: %patch13 %endif %patch20 -p1 -%patch21 %build autoreconf -fi