KEYS: Fix short sprintf buffer in /proc/keys show function
[pandora-kernel.git] / security / keys / proc.c
index 49bbc97..3f7b410 100644 (file)
@@ -188,7 +188,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;
 
        key_ref = make_key_ref(key, 0);