forked from pool/elfutils
6943769ecb
OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=584ddaa71f7fd1d4cb2b299c5d2473df
14 lines
434 B
Diff
14 lines
434 B
Diff
--- ./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);
|