Blame SOURCES/ltrace-0.7.91-null.patch

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