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

Commit ce960474 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "KEYS: Fix short sprintf buffer in /proc/keys show function"

parents d98e6a60 0bb90407
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ static int proc_keys_show(struct seq_file *m, void *v)
	struct timespec now;
	unsigned long timo;
	key_ref_t key_ref, skey_ref;
	char xbuf[12];
	char xbuf[16];
	int rc;

	struct keyring_search_context ctx = {