procfs: always expose /proc/<pid>/map_files/ and make it readable
[deliverable/linux.git] / crypto / jitterentropy-kcapi.c
index b32d834144cdce724613dda889cec09484af7384..ceea83d13168f648e2ca22f635504992c24ba7f2 100644 (file)
@@ -79,7 +79,7 @@ int jent_fips_enabled(void)
 
 void jent_panic(char *s)
 {
-       panic(s);
+       panic("%s", s);
 }
 
 void jent_memcpy(void *dest, const void *src, unsigned int n)
This page took 0.027088 seconds and 5 git commands to generate.