summaryrefslogtreecommitdiff
path: root/libbacktrace/xcoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbacktrace/xcoff.c')
-rw-r--r--libbacktrace/xcoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbacktrace/xcoff.c b/libbacktrace/xcoff.c
index 2faa9fdfa05..b3d7e24256b 100644
--- a/libbacktrace/xcoff.c
+++ b/libbacktrace/xcoff.c
@@ -774,7 +774,7 @@ xcoff_process_linenos (struct backtrace_state *state, uintptr_t base_address,
const b_xcoff_lineno *lineno;
const unsigned char *lineptr;
const char *function;
- struct xcoff_incl *incl;
+ struct xcoff_incl *incl = NULL;
uintptr_t lnnoptr;
uintptr_t pc;
uint32_t lnno;