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

Commit 5c5f67ae 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 90ef35fa 6f8a2a9a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -305,7 +305,7 @@ static int t_show(struct seq_file *m, void *v)
	if (!*fmt)
	if (!*fmt)
		return 0;
		return 0;


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


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