Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73d2d12b authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "tracing: do not leak kernel addresses"

parents d9a01882 72a0a19f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -304,7 +304,7 @@ static int t_show(struct seq_file *m, void *v)
	if (!*fmt)
		return 0;

	seq_printf(m, "0x%lx : \"", *(unsigned long *)fmt);
	seq_printf(m, "0x%lx : \"", 0L);

	/*
	 * Tabs and new lines need to be converted.