Blame SOURCES/ltrace-0.7.91-null.patch

fc6d88
diff --git a/output.c b/output.c
fc6d88
index 7cab383..18f9cf0 100644
fc6d88
--- a/output.c
fc6d88
+++ b/output.c
fc6d88
@@ -598,6 +598,9 @@ frame_callback (Dwfl_Frame *state, void *arg)
fc6d88
 					   NULL, NULL, NULL);
fc6d88
 		symname = dwfl_module_addrinfo(mod, pc, &off, &sym,
fc6d88
 					       NULL, NULL, NULL);
fc6d88
+	} else {
fc6d88
+		modname = "unknown";
fc6d88
+		symname = "unknown";
fc6d88
 	}
fc6d88
 
fc6d88
 	/* This mimics the output produced by libunwind below.  */